#056495

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

Shades of Cerulean #056495

Tints of Cerulean #056495

Color information

#056495 (or 0x056495) is unknown color: approx Cerulean. HEX triplet: 05, 64 and 95. RGB value is (5,100,149). Sum of RGB (Red+Green+Blue) = 5+100+149=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #056495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056495 is #FA9B6A. Grayscale: #4C4C4C. Windows color (decimal): -16423787 or 9790469. OLE color: 9790469.

HSL color Cylindrical-coordinate representation of color #056495: hue angle of 200.42º 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 #056495 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5100149-
CMYK0.970.3300.42
HSL200.42º93.51%30.2%-
HSV(B)200.42º96.64%58.43%-
XYZ10.0411.3230.09-
YUV77.18168.5376.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 149 (58.59% from 255) = 58.66%
R=1.97%
G=39.37%
B=58.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51001490.970.3300.42200.4293.5130.2
Hex56495612102Ac85e1e
Octal51442251414105231013636
Binary1011100100100101011100001100001010101011001000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056495; }

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

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

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

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

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

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

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

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