#02719E

Color #02719E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #02719E

Tints of Cerulean #02719E

Color information

#02719E (or 0x02719E) is unknown color: approx Cerulean. HEX triplet: 02, 71 and 9E. RGB value is (2,113,158). Sum of RGB (Red+Green+Blue) = 2+113+158=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #02719E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02719E is #FD8E61. Grayscale: #545454. Windows color (decimal): -16617058 or 10383618. OLE color: 10383618.

HSL color Cylindrical-coordinate representation of color #02719E: hue angle of 197.31º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02719E is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2113158-
CMYK0.990.2800.38
HSL197.31º97.5%31.37%-
HSV(B)197.31º98.73%61.96%-
XYZ12.114.2934.47-
YUV84.94169.2368.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=0.73%
G=41.39%
B=57.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21131580.990.2800.38197.3197.531.37
Hex2719E631C026c5621f
Octal21612361433404630514237
Binary10111000110011110110001111100010011011000101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02719E; }

 p { color: rgb(2,113,158); }

 H1.HeaderClassName
 {
   color: #02719E;
 }
 .AnyTagClassName
 {
   color: #02719E;
 }
</style>
background-color css

<style>
 a { background-color: #02719E; }

 a { background-color: rgb(2,113,158); }

 div.DivClassName
 {
   background-color: #02719E;
 }
 .BgClassName
 {
   background-color: #02719E;
 }
</style>
border-color css

<style>
 span { border-color: #02719E; }

 span { border-color: rgb(2,113,158); }

 td.TdClassName
 {
   border-color: #02719E;
 }
 .TagClassName
 {
   border-color: #02719E;
 }
</style>