Html Css Color HEX #05708E Cerulean

📋 copy color: '#05708E'

red 5 ◦ green 112 ◦ blue 142

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

Shades of Cerulean #05708E

Tints of Cerulean #05708E

RGB

 RED value IS 5 (2.34% from 255) = 1.93%

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

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 1.93%
G = 43.24%
B = 54.83%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05708E (or 0x05708E) is known color: Cerulean. HEX triplet: 05, 70 and 8E. RGB value is (5,112,142). Sum of RGB (Red+Green+Blue) = 5+112+142=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #05708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708E is #FA8F71. Grayscale: #535353. Windows color (decimal): -16420722 or 9334789. OLE color: 9334789.

HSL color Cylindrical-coordinate representation of color #05708E: hue angle of 193.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05708E is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 112 142 -
CMYK 0.96 0.21 0 0.44
HSL 193.14º 0.93% 0.29% -
HSV(B) 193.14º 0.96% 0.56% -
XYZ 10.74 13.57 27.65 -
YUV 83.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 5 112 142 0.96 0.21 0 0.44 193.14 0.93 0.29
Hex 5 70 8E 60 15 0 2C C1 5D 1D
Octal 5 160 216 140 25 0 54 301 135 35
Binary 101 1110000 10001110 1100000 10101 0 101100 11000001 1011101 11101

Color Harmonies of #05708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05708E

Black with #05708E

Text Example


Text Example

White with #05708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,112,142); }

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

background-color css

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

 a { background-color: rgb(5,112,142); }

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

border-color css

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

 span { border-color: rgb(5,112,142); }

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