#05728F

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

Shades of Cerulean #05728F

Tints of Cerulean #05728F

Color information

#05728F (or 0x05728F) is unknown color: approx Cerulean. HEX triplet: 05, 72 and 8F. RGB value is (5,114,143). Sum of RGB (Red+Green+Blue) = 5+114+143=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #05728F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05728F is #FA8D70. Grayscale: #545454. Windows color (decimal): -16420209 or 9400837. OLE color: 9400837.

HSL color Cylindrical-coordinate representation of color #05728F: hue angle of 192.61º 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 #05728F is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5114143-
CMYK0.970.2000.44
HSL192.61º93.24%29.02%-
HSV(B)192.61º96.5%56.08%-
XYZ11.0414.0528.12-
YUV84.72160.8971.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 143 (56.25% from 255) = 54.58%
R=1.91%
G=43.51%
B=54.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51141430.970.2000.44192.6193.2429.02
Hex5728F611402Cc15d1d
Octal51622171412405430113535
Binary101111001010001111110000110100010110011000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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