Html Css Color HEX #02799E Cerulean

📋 copy color: '#02799E'

red 2 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #02799E

Tints of Cerulean #02799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 0.71%
G = 43.06%
B = 56.23%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02799E (or 0x02799E) is known color: Cerulean. HEX triplet: 02, 79 and 9E. RGB value is (2,121,158). Sum of RGB (Red+Green+Blue) = 2+121+158=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #02799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02799E is #FD8661. Grayscale: #595959. Windows color (decimal): -16615010 or 10385666. OLE color: 10385666.

HSL color Cylindrical-coordinate representation of color #02799E: hue angle of 194.23º 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 #02799E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 121 158 -
CMYK 0.99 0.23 0 0.38
HSL 194.23º 0.98% 0.31% -
HSV(B) 194.23º 0.99% 0.62% -
XYZ 13.03 16.16 34.78 -
YUV 89.64 166.58 65.49 -
System Red Green Blue C M Y K H S L
Decimal 2 121 158 0.99 0.23 0 0.38 194.23 0.98 0.31
Hex 2 79 9E 63 17 0 26 C2 62 1F
Octal 2 171 236 143 27 0 46 302 142 37
Binary 10 1111001 10011110 1100011 10111 0 100110 11000010 1100010 11111

Color Harmonies of #02799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02799E

Black with #02799E

Text Example


Text Example

White with #02799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02799E;
 }
 .AnyTagClassName
 {
   color: #02799E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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