#05708F

Color #05708F Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #05708F

Tints of Cerulean #05708F

Color information

#05708F (or 0x05708F) is unknown color: approx Cerulean. HEX triplet: 05, 70 and 8F. RGB value is (5,112,143). Sum of RGB (Red+Green+Blue) = 5+112+143=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #05708F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05708F is #FA8F70. Grayscale: #535353. Windows color (decimal): -16420721 or 9400325. OLE color: 9400325.

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

Color convert

RGB5112143-
CMYK0.970.2200.44
HSL193.48º93.24%29.02%-
HSV(B)193.48º96.5%56.08%-
XYZ10.8113.628.04-
YUV83.54161.5571.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 143 (56.25% from 255) = 55%
R=1.92%
G=43.08%
B=55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51121430.970.2200.44193.4893.2429.02
Hex5708F611602Cc15d1d
Octal51602171412605430113535
Binary101111000010001111110000110110010110011000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05708F;
 }
 .AnyTagClassName
 {
   color: #05708F;
 }
</style>
background-color css

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

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

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

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

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

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