#053781

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

Shades of Dark Cerulean #053781

Tints of Dark Cerulean #053781

Color information

#053781 (or 0x053781) is unknown color: approx Dark Cerulean. HEX triplet: 05, 37 and 81. RGB value is (5,55,129). Sum of RGB (Red+Green+Blue) = 5+55+129=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #053781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053781 is #FAC87E. Grayscale: #303030. Windows color (decimal): -16435327 or 8468229. OLE color: 8468229.

HSL color Cylindrical-coordinate representation of color #053781: hue angle of 215.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053781 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB555129-
CMYK0.960.5700.49
HSL215.81º92.54%26.27%-
HSV(B)215.81º96.12%50.59%-
XYZ5.394.3521.32-
YUV48.49173.4496.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 129 (50.78% from 255) = 68.25%
R=2.65%
G=29.10%
B=68.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5551290.960.5700.49215.8192.5426.27
Hex537816039031d85d1a
Octal5672011407106133013532
Binary101110111100000011100000111001011000111011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053781; }

 p { color: rgb(5,55,129); }

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

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

 a { background-color: rgb(5,55,129); }

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

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

 span { border-color: rgb(5,55,129); }

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