#053B8A

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

Shades of Dark Cerulean #053B8A

Tints of Dark Cerulean #053B8A

Color information

#053B8A (or 0x053B8A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 8A. RGB value is (5,59,138). Sum of RGB (Red+Green+Blue) = 5+59+138=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #053B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B8A is #FAC475. Grayscale: #333333. Windows color (decimal): -16434294 or 9059077. OLE color: 9059077.

HSL color Cylindrical-coordinate representation of color #053B8A: hue angle of 215.64º 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 #053B8A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB559138-
CMYK0.960.5700.46
HSL215.64º93.01%28.04%-
HSV(B)215.64º96.38%54.12%-
XYZ6.21524.68-
YUV51.86176.6194.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=2.48%
G=29.21%
B=68.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5591380.960.5700.46215.6493.0128.04
Hex53B8A603902Ed85d1c
Octal5732121407105633013534
Binary101111011100010101100000111001010111011011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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