#054878

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

Shades of Dark Cerulean #054878

Tints of Dark Cerulean #054878

Color information

#054878 (or 0x054878) is unknown color: approx Dark Cerulean. HEX triplet: 05, 48 and 78. RGB value is (5,72,120). Sum of RGB (Red+Green+Blue) = 5+72+120=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #054878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054878 is #FAB787. Grayscale: #393939. Windows color (decimal): -16430984 or 7882757. OLE color: 7882757.

HSL color Cylindrical-coordinate representation of color #054878: hue angle of 205.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054878 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB572120-
CMYK0.960.4000.53
HSL205.04º92%24.51%-
HSV(B)205.04º95.83%47.06%-
XYZ5.776.0218.63-
YUV57.44163.390.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=2.54%
G=36.55%
B=60.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5721200.960.4000.53205.049224.51
Hex548786028035cd5c19
Octal51101701405006531513431
Binary101100100011110001100000101000011010111001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054878; }

 p { color: rgb(5,72,120); }

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

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

 a { background-color: rgb(5,72,120); }

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

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

 span { border-color: rgb(5,72,120); }

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