#056095

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

Shades of Cerulean #056095

Tints of Cerulean #056095

Color information

#056095 (or 0x056095) is unknown color: approx Cerulean. HEX triplet: 05, 60 and 95. RGB value is (5,96,149). Sum of RGB (Red+Green+Blue) = 5+96+149=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #056095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056095 is #FA9F6A. Grayscale: #4A4A4A. Windows color (decimal): -16424811 or 9789445. OLE color: 9789445.

HSL color Cylindrical-coordinate representation of color #056095: hue angle of 202.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056095 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB596149-
CMYK0.970.3600.42
HSL202.08º93.51%30.2%-
HSV(B)202.08º96.64%58.43%-
XYZ9.6710.5729.96-
YUV74.83169.8578.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 149 (58.59% from 255) = 59.6%
R=2%
G=38.4%
B=59.6%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5961490.970.3600.42202.0893.5130.2
Hex56095612402Aca5e1e
Octal51402251414405231213636
Binary1011100000100101011100001100100010101011001010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056095; }

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

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

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

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

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

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

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

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