Html Css Color HEX #00729B Cerulean

📋 copy color: '#00729B'

red 0 ◦ green 114 ◦ blue 155

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

Shades of Cerulean #00729B

Tints of Cerulean #00729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 0%
G = 42.38%
B = 57.62%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00729B (or 0x00729B) is known color: Cerulean. HEX triplet: 00, 72 and 9B. RGB value is (0,114,155). Sum of RGB (Red+Green+Blue) = 0+114+155=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #00729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00729B is #FF8D64. Grayscale: #545454. Windows color (decimal): -16747877 or 10187264. OLE color: 10187264.

HSL color Cylindrical-coordinate representation of color #00729B: hue angle of 195.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00729B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 114 155 -
CMYK 1 0.26 0 0.39
HSL 195.87º 1% 0.3% -
HSV(B) 195.87º 1% 0.61% -
XYZ 11.93 14.4 33.16 -
YUV 84.59 167.73 67.67 -
System Red Green Blue C M Y K H S L
Decimal 0 114 155 1 0.26 0 0.39 195.87 1 0.3
Hex 0 72 9B 64 1A 0 27 C4 64 1E
Octal 0 162 233 144 32 0 47 304 144 36
Binary 0 1110010 10011011 1100100 11010 0 100111 11000100 1100100 11110

Color Harmonies of #00729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00729B

Black with #00729B

Text Example


Text Example

White with #00729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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