#053A7F

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

Shades of Dark Cerulean #053A7F

Tints of Dark Cerulean #053A7F

Color information

#053A7F (or 0x053A7F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3A and 7F. RGB value is (5,58,127). Sum of RGB (Red+Green+Blue) = 5+58+127=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #053A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A7F is #FAC580. Grayscale: #313131. Windows color (decimal): -16434561 or 8337925. OLE color: 8337925.

HSL color Cylindrical-coordinate representation of color #053A7F: hue angle of 213.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A7F is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB558127-
CMYK0.960.5400.50
HSL213.93º92.42%25.88%-
HSV(B)213.93º96.06%49.8%-
XYZ5.414.5920.68-
YUV50.02171.4495.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 127 (50% from 255) = 66.84%
R=2.63%
G=30.53%
B=66.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5581270.960.5400.50213.9392.4225.88
Hex53A7F6036032d65c1a
Octal5721771406606232613432
Binary10111101011111111100000110110011001011010110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,127); }

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

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

 a { background-color: rgb(5,58,127); }

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

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

 span { border-color: rgb(5,58,127); }

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