#053F83

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

Shades of Dark Cerulean #053F83

Tints of Dark Cerulean #053F83

Color information

#053F83 (or 0x053F83) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3F and 83. RGB value is (5,63,131). Sum of RGB (Red+Green+Blue) = 5+63+131=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #053F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F83 is #FAC07C. Grayscale: #353535. Windows color (decimal): -16433277 or 8601349. OLE color: 8601349.

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

Color convert

RGB563131-
CMYK0.960.5200.49
HSL212.38º92.65%26.67%-
HSV(B)212.38º96.18%51.37%-
XYZ5.945.2322.17-
YUV53.41171.7893.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 131 (51.56% from 255) = 65.83%
R=2.51%
G=31.66%
B=65.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5631310.960.5200.49212.3892.6526.67
Hex53F836034031d45d1b
Octal5772031406406132413533
Binary101111111100000111100000110100011000111010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F83; }

 p { color: rgb(5,63,131); }

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

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

 a { background-color: rgb(5,63,131); }

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

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

 span { border-color: rgb(5,63,131); }

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