Html Css Color HEX #02729D Cerulean

📋 copy color: '#02729D'

red 2 ◦ green 114 ◦ blue 157

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

Shades of Cerulean #02729D

Tints of Cerulean #02729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

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

R = 0.73%
G = 41.76%
B = 57.51%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02729D (or 0x02729D) is known color: Cerulean. HEX triplet: 02, 72 and 9D. RGB value is (2,114,157). Sum of RGB (Red+Green+Blue) = 2+114+157=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #02729D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02729D is #FD8D62. Grayscale: #555555. Windows color (decimal): -16616803 or 10318338. OLE color: 10318338.

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

Color convert

RGB 2 114 157 -
CMYK 0.99 0.27 0 0.38
HSL 196.65º 0.97% 0.31% -
HSV(B) 196.65º 0.99% 0.62% -
XYZ 12.13 14.48 34.05 -
YUV 85.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 2 114 157 0.99 0.27 0 0.38 196.65 0.97 0.31
Hex 2 72 9D 63 1B 0 26 C5 61 1F
Octal 2 162 235 143 33 0 46 305 141 37
Binary 10 1110010 10011101 1100011 11011 0 100110 11000101 1100001 11111

Color Harmonies of #02729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02729D

Black with #02729D

Text Example


Text Example

White with #02729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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