#053381

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

Shades of Dark Cerulean #053381

Tints of Dark Cerulean #053381

Color information

#053381 (or 0x053381) is unknown color: approx Dark Cerulean. HEX triplet: 05, 33 and 81. RGB value is (5,51,129). Sum of RGB (Red+Green+Blue) = 5+51+129=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #053381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053381 is #FACC7E. Grayscale: #2D2D2D. Windows color (decimal): -16436351 or 8467205. OLE color: 8467205.

HSL color Cylindrical-coordinate representation of color #053381: hue angle of 217.74º 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 #053381 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB551129-
CMYK0.960.6000.49
HSL217.74º92.54%26.27%-
HSV(B)217.74º96.12%50.59%-
XYZ5.213.9821.26-
YUV46.14174.7698.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 129 (50.78% from 255) = 69.73%
R=2.70%
G=27.57%
B=69.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5511290.960.6000.49217.7492.5426.27
Hex53381603C031da5d1a
Octal5632011407406133213532
Binary101110011100000011100000111100011000111011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053381; }

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

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

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

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

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

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

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

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