#054A6D

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

Shades of Dark Cerulean #054A6D

Tints of Dark Cerulean #054A6D

Color information

#054A6D (or 0x054A6D) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 6D. RGB value is (5,74,109). Sum of RGB (Red+Green+Blue) = 5+74+109=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #054A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A6D is #FAB592. Grayscale: #393939. Windows color (decimal): -16430483 or 7162373. OLE color: 7162373.

HSL color Cylindrical-coordinate representation of color #054A6D: hue angle of 200.19º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A6D is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB574109-
CMYK0.950.3200.57
HSL200.19º91.23%22.35%-
HSV(B)200.19º95.41%42.75%-
XYZ5.276.0315.35-
YUV57.36157.1490.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=2.66%
G=39.36%
B=57.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5741090.950.3200.57200.1991.2322.35
Hex54A6D5F20039c85b16
Octal51121551374007131013326
Binary101100101011011011011111100000011100111001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A6D; }

 p { color: rgb(5,74,109); }

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

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

 a { background-color: rgb(5,74,109); }

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

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

 span { border-color: rgb(5,74,109); }

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