File Coverage

blib/lib/Graphics/ColorNamesCMYK/ToutesLesCouleursCom/Blue.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Graphics::ColorNamesCMYK::ToutesLesCouleursCom::Blue;
2              
3 1     1   447750 use strict;
  1         2  
  1         311  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-05-06'; # DATE
7             our $DIST = 'Graphics-ColorNamesCMYK-ToutesLesCouleursCom'; # DIST
8             our $VERSION = '0.001'; # VERSION
9              
10             our $NAMES_CMYK_TABLE = {
11             'blue' => 0x64640000, # 100,100,0,0
12             'aquamarine' => 0x33000003, # 51,0,0,3
13             'blue' => 0x64320000, # 100,50,0,0
14             'blue' => 0x55250014, # 85,37,0,20
15             'clear blue' => 0x340e0005, # 52,14,0,5
16             'azurin' => 0x21340000, # 33,52,0,0
17             'steel blue' => 0x4518001b, # 69,24,0,27
18             'slate blue' => 0x1a15002d, # 26,21,0,45
19             'cornflower blue' => 0x34220020, # 52,34,0,32
20             'blue cornflower' => 0x34220020, # 52,34,0,32
21             'blue jumped' => 0x6412001d, # 100,18,0,29
22             'heavenly blue' => 0x54110007, # 84,17,0,7
23             'cerulean' => 0x5e200009, # 94,32,0,9
24             'cerulean blue' => 0x4721001c, # 71,33,0,28
25             'blue wagon' => 0x1c120016, # 28,18,0,22
26             'wheelwright blue' => 0x52130033, # 82,19,0,51
27             'wheelwright blue' => 0x1c120016, # 28,18,0,22
28             'blue sky' => 0x351d0000, # 53,29,0,0
29             'cobalt blue' => 0x492f0033, # 73,47,0,51
30             'berlin blue' => 0x3d1a0040, # 61,26,0,64
31             'bleu de france' => 0x4f270009, # 79,39,0,9
32             'midnight blue' => 0x6432003c, # 100,50,0,60
33             'prussian blue' => 0x3d1a0040, # 61,26,0,64
34             'denim blue' => 0x60380000, # 96,56,0,0
35             'blue south sea' => 0x64000014, # 100,0,0,20
36             'lozenge blue' => 0x0d050000, # 13,5,0,0
37             'egyptian blue' => 0x5a450023, # 90,69,0,35
38             'electric blue' => 0x53360000, # 83,54,0,0
39             'blue woad' => 0x2c190028, # 44,25,0,40
40             'blue horizon' => 0x170e0023, # 23,14,0,35
41             'majorelle blue' => 0x3840000e, # 56,64,0,14
42             'navy' => 0x60370046, # 96,55,0,70
43             'maya blue' => 0x36170002, # 54,23,0,2
44             'mineral blue' => 0x3d1a0040, # 61,26,0,64
45             'midnight blue' => 0x565f003a, # 86,95,0,58
46             'ultramarine' => 0x64640203, # 100,100,2,3
47             'ultramarine' => 0x48640028, # 72,100,0,40
48             'peacock' => 0x6011002c, # 96,17,0,44
49             'persian blue' => 0x3c640000, # 60,100,0,0
50             'oil blue' => 0x400b0044, # 64,11,0,68
51             'royal blue' => 0x4f270009, # 79,39,0,9
52             'sapphire blue' => 0x6349001d, # 99,73,0,29
53             'teal' => 0x6400002c, # 100,0,0,44
54             'smalt blue' => 0x64430028, # 100,67,0,40
55             'tiffany blue' => 0x4a052600, # 74,5,38,0
56             'turquin blue' => 0x3422002e, # 52,34,0,46
57             'caeruleum' => 0x54110007, # 84,17,0,7
58             'duck' => 0x610a0028, # 97,10,0,40
59             'cerulean' => 0x340e0005, # 52,14,0,5
60             'cyan' => 0x34000d00, # 52,0,13,0
61             'cyan' => 0x53000002, # 83,0,0,2
62             'fumes' => 0x1107000c, # 17,7,0,12
63             'frosted' => 0x26000012, # 38,0,0,18
64             'indigo' => 0x33590003, # 51,89,0,3
65             'indigo' => 0x3964003a, # 57,100,0,58
66             'indigo web' => 0x2a640031, # 42,100,0,49
67             'klein 1' => 0x64570000, # 100,87,0,0
68             'klein 2' => 0x4a520033, # 74,82,0,51
69             'lapis lazuli' => 0x4c260027, # 76,38,0,39
70             'lavender' => 0x242c0007, # 36,44,0,7
71             'pastel' => 0x2c190028, # 44,25,0,40
72             'pervenche' => 0x14140000, # 20,20,0,0
73             'turquoise' => 0x55000801, # 85,0,8,1
74             };
75              
76              
77             1;
78             # ABSTRACT: CMYK colors from http://toutes-les-couleurs.com/ (blue)
79              
80             __END__