Html Css Color HEX #00729E Cerulean

📋 copy color: '#00729E'

red 0 ◦ green 114 ◦ blue 158

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

Shades of Cerulean #00729E

Tints of Cerulean #00729E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.91%
B = 58.09%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00729E (or 0x00729E) is known color: Cerulean. HEX triplet: 00, 72 and 9E. RGB value is (0,114,158). Sum of RGB (Red+Green+Blue) = 0+114+158=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #00729E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00729E is #FF8D61. Grayscale: #545454. Windows color (decimal): -16747874 or 10383872. OLE color: 10383872.

HSL color Cylindrical-coordinate representation of color #00729E: hue angle of 196.71º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00729E is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 114 158 -
CMYK 1 0.28 0 0.38
HSL 196.71º 1% 0.31% -
HSV(B) 196.71º 1% 0.62% -
XYZ 12.19 14.5 34.5 -
YUV 84.93 169.23 67.42 -
System Red Green Blue C M Y K H S L
Decimal 0 114 158 1 0.28 0 0.38 196.71 1 0.31
Hex 0 72 9E 64 1C 0 26 C5 64 1F
Octal 0 162 236 144 34 0 46 305 144 37
Binary 0 1110010 10011110 1100100 11100 0 100110 11000101 1100100 11111

Color Harmonies of #00729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00729E

Black with #00729E

Text Example


Text Example

White with #00729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,114,158); }

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

background-color css

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

 a { background-color: rgb(0,114,158); }

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

border-color css

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

 span { border-color: rgb(0,114,158); }

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