Html Css Color HEX #02719B Cerulean

📋 copy color: '#02719B'

red 2 ◦ green 113 ◦ blue 155

#02719B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #02719B

Tints of Cerulean #02719B

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 155 (60.94% from 255) = 57.41%

R = 0.74%
G = 41.85%
B = 57.41%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02719B (or 0x02719B) is known color: Cerulean. HEX triplet: 02, 71 and 9B. RGB value is (2,113,155). Sum of RGB (Red+Green+Blue) = 2+113+155=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #02719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02719B is #FD8E64. Grayscale: #545454. Windows color (decimal): -16617061 or 10187010. OLE color: 10187010.

HSL color Cylindrical-coordinate representation of color #02719B: hue angle of 196.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02719B is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 113 155 -
CMYK 0.99 0.27 0 0.39
HSL 196.47º 0.97% 0.31% -
HSV(B) 196.47º 0.99% 0.61% -
XYZ 11.85 14.19 33.12 -
YUV 84.6 167.73 69.08 -
System Red Green Blue C M Y K H S L
Decimal 2 113 155 0.99 0.27 0 0.39 196.47 0.97 0.31
Hex 2 71 9B 63 1B 0 27 C4 61 1F
Octal 2 161 233 143 33 0 47 304 141 37
Binary 10 1110001 10011011 1100011 11011 0 100111 11000100 1100001 11111

Color Harmonies of #02719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02719B

Black with #02719B

Text Example


Text Example

White with #02719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02719B;
 }
 .AnyTagClassName
 {
   color: #02719B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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