#056092

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

Shades of Cerulean #056092

Tints of Cerulean #056092

Color information

#056092 (or 0x056092) is unknown color: approx Cerulean. HEX triplet: 05, 60 and 92. RGB value is (5,96,146). Sum of RGB (Red+Green+Blue) = 5+96+146=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #056092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056092 is #FA9F6D. Grayscale: #4A4A4A. Windows color (decimal): -16424814 or 9592837. OLE color: 9592837.

HSL color Cylindrical-coordinate representation of color #056092: hue angle of 201.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056092 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB596146-
CMYK0.970.3400.43
HSL201.28º93.38%29.61%-
HSV(B)201.28º96.58%57.25%-
XYZ9.4310.4728.72-
YUV74.49168.3578.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=2.02%
G=38.87%
B=59.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5961460.970.3400.43201.2893.3829.61
Hex56092612202Bc95d1e
Octal51402221414205331113536
Binary1011100000100100101100001100010010101111001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056092; }

 p { color: rgb(5,96,146); }

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

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

 a { background-color: rgb(5,96,146); }

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

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

 span { border-color: rgb(5,96,146); }

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