Html Css Color HEX #02769C Cerulean

📋 copy color: '#02769C'

red 2 ◦ green 118 ◦ blue 156

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

Shades of Cerulean #02769C

Tints of Cerulean #02769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

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

R = 0.72%
G = 42.75%
B = 56.52%

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

#02769C (or 0x02769C) is known color: Cerulean. HEX triplet: 02, 76 and 9C. RGB value is (2,118,156). Sum of RGB (Red+Green+Blue) = 2+118+156=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #02769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02769C is #FD8963. Grayscale: #575757. Windows color (decimal): -16615780 or 10253826. OLE color: 10253826.

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

Color convert

RGB 2 118 156 -
CMYK 0.99 0.24 0 0.39
HSL 194.81º 0.97% 0.31% -
HSV(B) 194.81º 0.99% 0.61% -
XYZ 12.5 15.37 33.76 -
YUV 87.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 2 118 156 0.99 0.24 0 0.39 194.81 0.97 0.31
Hex 2 76 9C 63 18 0 27 C3 61 1F
Octal 2 166 234 143 30 0 47 303 141 37
Binary 10 1110110 10011100 1100011 11000 0 100111 11000011 1100001 11111

Color Harmonies of #02769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02769C

Black with #02769C

Text Example


Text Example

White with #02769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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