#056793

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

Shades of Cerulean #056793

Tints of Cerulean #056793

Color information

#056793 (or 0x056793) is unknown color: approx Cerulean. HEX triplet: 05, 67 and 93. RGB value is (5,103,147). Sum of RGB (Red+Green+Blue) = 5+103+147=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #056793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056793 is #FA986C. Grayscale: #4E4E4E. Windows color (decimal): -16423021 or 9660165. OLE color: 9660165.

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

Color convert

RGB5103147-
CMYK0.970.3000.42
HSL198.59º93.42%29.8%-
HSV(B)198.59º96.6%57.65%-
XYZ10.1811.8429.35-
YUV78.71166.5375.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=1.96%
G=40.39%
B=57.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51031470.970.3000.42198.5993.4229.8
Hex56793611E02Ac75d1e
Octal51472231413605230713536
Binary101110011110010011110000111110010101011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056793; }

 p { color: rgb(5,103,147); }

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

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

 a { background-color: rgb(5,103,147); }

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

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

 span { border-color: rgb(5,103,147); }

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