Html Css Color HEX #02669C Cerulean

📋 copy color: '#02669C'

red 2 ◦ green 102 ◦ blue 156

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

Shades of Cerulean #02669C

Tints of Cerulean #02669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 0.77%
G = 39.23%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02669C (or 0x02669C) is known color: Cerulean. HEX triplet: 02, 66 and 9C. RGB value is (2,102,156). Sum of RGB (Red+Green+Blue) = 2+102+156=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #02669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02669C is #FD9963. Grayscale: #4D4D4D. Windows color (decimal): -16619876 or 10249730. OLE color: 10249730.

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

Color convert

RGB 2 102 156 -
CMYK 0.99 0.35 0 0.39
HSL 201.04º 0.97% 0.31% -
HSV(B) 201.04º 0.99% 0.61% -
XYZ 10.78 11.92 33.18 -
YUV 78.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 2 102 156 0.99 0.35 0 0.39 201.04 0.97 0.31
Hex 2 66 9C 63 23 0 27 C9 61 1F
Octal 2 146 234 143 43 0 47 311 141 37
Binary 10 1100110 10011100 1100011 100011 0 100111 11001001 1100001 11111

Color Harmonies of #02669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02669C

Black with #02669C

Text Example


Text Example

White with #02669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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