Html Css Color HEX #00708F Cerulean

📋 copy color: '#00708F'

red 0 ◦ green 112 ◦ blue 143

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

Shades of Cerulean #00708F

Tints of Cerulean #00708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 0%
G = 43.92%
B = 56.08%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00708F (or 0x00708F) is known color: Cerulean. HEX triplet: 00, 70 and 8F. RGB value is (0,112,143). Sum of RGB (Red+Green+Blue) = 0+112+143=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #00708F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00708F is #FF8F70. Grayscale: #515151. Windows color (decimal): -16748401 or 9400320. OLE color: 9400320.

HSL color Cylindrical-coordinate representation of color #00708F: hue angle of 193.01º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00708F is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 112 143 -
CMYK 1 0.22 0 0.44
HSL 193.01º 1% 0.28% -
HSV(B) 193.01º 1% 0.56% -
XYZ 10.75 13.57 28.04 -
YUV 82.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 0 112 143 1 0.22 0 0.44 193.01 1 0.28
Hex 0 70 8F 64 16 0 2C C1 64 1C
Octal 0 160 217 144 26 0 54 301 144 34
Binary 0 1110000 10001111 1100100 10110 0 101100 11000001 1100100 11100

Color Harmonies of #00708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00708F

Black with #00708F

Text Example


Text Example

White with #00708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00708F; }

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

 H1.HeaderClassName
 {
   color: #00708F;
 }
 .AnyTagClassName
 {
   color: #00708F;
 }
</style>

background-color css

<style>
 a { background-color: #00708F; }

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

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

border-color css

<style>
 span { border-color: #00708F; }

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

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