#054F8A

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

Shades of Dark Cerulean #054F8A

Tints of Dark Cerulean #054F8A

Color information

#054F8A (or 0x054F8A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4F and 8A. RGB value is (5,79,138). Sum of RGB (Red+Green+Blue) = 5+79+138=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #054F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F8A is #FAB075. Grayscale: #3F3F3F. Windows color (decimal): -16429174 or 9064197. OLE color: 9064197.

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

Color convert

RGB579138-
CMYK0.960.4300.46
HSL206.62º93.01%28.04%-
HSV(B)206.62º96.38%54.12%-
XYZ7.457.4625.09-
YUV63.6169.9886.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=2.25%
G=35.59%
B=62.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5791380.960.4300.46206.6293.0128.04
Hex54F8A602B02Ecf5d1c
Octal51172121405305631713534
Binary1011001111100010101100000101011010111011001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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