Html Css Color HEX #02799D Cerulean

📋 copy color: '#02799D'

red 2 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #02799D

Tints of Cerulean #02799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 0.71%
G = 43.21%
B = 56.07%

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

#02799D (or 0x02799D) is known color: Cerulean. HEX triplet: 02, 79 and 9D. RGB value is (2,121,157). Sum of RGB (Red+Green+Blue) = 2+121+157=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #02799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02799D is #FD8662. Grayscale: #595959. Windows color (decimal): -16615011 or 10320130. OLE color: 10320130.

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

Color convert

RGB 2 121 157 -
CMYK 0.99 0.23 0 0.38
HSL 193.94º 0.97% 0.31% -
HSV(B) 193.94º 0.99% 0.62% -
XYZ 12.95 16.12 34.33 -
YUV 89.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 2 121 157 0.99 0.23 0 0.38 193.94 0.97 0.31
Hex 2 79 9D 63 17 0 26 C2 61 1F
Octal 2 171 235 143 27 0 46 302 141 37
Binary 10 1111001 10011101 1100011 10111 0 100110 11000010 1100001 11111

Color Harmonies of #02799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02799D

Black with #02799D

Text Example


Text Example

White with #02799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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