Html Css Color HEX #00709B Cerulean

📋 copy color: '#00709B'

red 0 ◦ green 112 ◦ blue 155

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

Shades of Cerulean #00709B

Tints of Cerulean #00709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

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

R = 0%
G = 41.95%
B = 58.05%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00709B (or 0x00709B) is known color: Cerulean. HEX triplet: 00, 70 and 9B. RGB value is (0,112,155). Sum of RGB (Red+Green+Blue) = 0+112+155=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #00709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00709B is #FF8F64. Grayscale: #535353. Windows color (decimal): -16748389 or 10186752. OLE color: 10186752.

HSL color Cylindrical-coordinate representation of color #00709B: hue angle of 196.65º 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 #00709B is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 112 155 -
CMYK 1 0.28 0 0.39
HSL 196.65º 1% 0.3% -
HSV(B) 196.65º 1% 0.61% -
XYZ 11.71 13.95 33.09 -
YUV 83.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 0 112 155 1 0.28 0 0.39 196.65 1 0.3
Hex 0 70 9B 64 1C 0 27 C5 64 1E
Octal 0 160 233 144 34 0 47 305 144 36
Binary 0 1110000 10011011 1100100 11100 0 100111 11000101 1100100 11110

Color Harmonies of #00709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00709B

Black with #00709B

Text Example


Text Example

White with #00709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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