#053F8A

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

Shades of Dark Cerulean #053F8A

Tints of Dark Cerulean #053F8A

Color information

#053F8A (or 0x053F8A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3F and 8A. RGB value is (5,63,138). Sum of RGB (Red+Green+Blue) = 5+63+138=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #053F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F8A is #FAC075. Grayscale: #353535. Windows color (decimal): -16433270 or 9060101. OLE color: 9060101.

HSL color Cylindrical-coordinate representation of color #053F8A: hue angle of 213.83º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F8A is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB563138-
CMYK0.960.5400.46
HSL213.83º93.01%28.04%-
HSV(B)213.83º96.38%54.12%-
XYZ6.435.4224.75-
YUV54.21175.2892.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 63 (25% from 255) = 30.58%
BLUE value IS 138 (54.30% from 255) = 66.99%
R=2.43%
G=30.58%
B=66.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5631380.960.5400.46213.8393.0128.04
Hex53F8A603602Ed65d1c
Octal5772121406605632613534
Binary101111111100010101100000110110010111011010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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