#056395

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

Shades of Cerulean #056395

Tints of Cerulean #056395

Color information

#056395 (or 0x056395) is unknown color: approx Cerulean. HEX triplet: 05, 63 and 95. RGB value is (5,99,149). Sum of RGB (Red+Green+Blue) = 5+99+149=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #056395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056395 is #FA9C6A. Grayscale: #4C4C4C. Windows color (decimal): -16424043 or 9790213. OLE color: 9790213.

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

Color convert

RGB599149-
CMYK0.970.3400.42
HSL200.83º93.51%30.2%-
HSV(B)200.83º96.64%58.43%-
XYZ9.9511.1330.06-
YUV76.59168.8676.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=1.98%
G=39.13%
B=58.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5991490.970.3400.42200.8393.5130.2
Hex56395612202Ac95e1e
Octal51432251414205231113636
Binary1011100011100101011100001100010010101011001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056395; }

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

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

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

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

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

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

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

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