Html Css Color HEX #02779C Cerulean

📋 copy color: '#02779C'

red 2 ◦ green 119 ◦ blue 156

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

Shades of Cerulean #02779C

Tints of Cerulean #02779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 0.72%
G = 42.96%
B = 56.32%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02779C (or 0x02779C) is known color: Cerulean. HEX triplet: 02, 77 and 9C. RGB value is (2,119,156). Sum of RGB (Red+Green+Blue) = 2+119+156=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #02779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02779C is #FD8863. Grayscale: #575757. Windows color (decimal): -16615524 or 10254082. OLE color: 10254082.

HSL color Cylindrical-coordinate representation of color #02779C: hue angle of 194.42º 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 #02779C is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 119 156 -
CMYK 0.99 0.24 0 0.39
HSL 194.42º 0.97% 0.31% -
HSV(B) 194.42º 0.99% 0.61% -
XYZ 12.62 15.61 33.8 -
YUV 88.24 166.24 66.49 -
System Red Green Blue C M Y K H S L
Decimal 2 119 156 0.99 0.24 0 0.39 194.42 0.97 0.31
Hex 2 77 9C 63 18 0 27 C2 61 1F
Octal 2 167 234 143 30 0 47 302 141 37
Binary 10 1110111 10011100 1100011 11000 0 100111 11000010 1100001 11111

Color Harmonies of #02779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02779C

Black with #02779C

Text Example


Text Example

White with #02779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02779C; }

 p { color: rgb(2,119,156); }

 H1.HeaderClassName
 {
   color: #02779C;
 }
 .AnyTagClassName
 {
   color: #02779C;
 }
</style>

background-color css

<style>
 a { background-color: #02779C; }

 a { background-color: rgb(2,119,156); }

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

border-color css

<style>
 span { border-color: #02779C; }

 span { border-color: rgb(2,119,156); }

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