Html Css Color HEX #00709D Cerulean

📋 copy color: '#00709D'

red 0 ◦ green 112 ◦ blue 157

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

Shades of Cerulean #00709D

Tints of Cerulean #00709D

RGB

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

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

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

R = 0%
G = 41.64%
B = 58.36%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00709D (or 0x00709D) is known color: Cerulean. HEX triplet: 00, 70 and 9D. RGB value is (0,112,157). Sum of RGB (Red+Green+Blue) = 0+112+157=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #00709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00709D is #FF8F62. Grayscale: #535353. Windows color (decimal): -16748387 or 10317824. OLE color: 10317824.

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

Color convert

RGB 0 112 157 -
CMYK 1 0.29 0 0.38
HSL 197.2º 1% 0.31% -
HSV(B) 197.2º 1% 0.62% -
XYZ 11.88 14.02 33.98 -
YUV 83.64 169.39 68.34 -
System Red Green Blue C M Y K H S L
Decimal 0 112 157 1 0.29 0 0.38 197.2 1 0.31
Hex 0 70 9D 64 1D 0 26 C5 64 1F
Octal 0 160 235 144 35 0 46 305 144 37
Binary 0 1110000 10011101 1100100 11101 0 100110 11000101 1100100 11111

Color Harmonies of #00709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00709D

Black with #00709D

Text Example


Text Example

White with #00709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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