#054485

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

Shades of Dark Cerulean #054485

Tints of Dark Cerulean #054485

Color information

#054485 (or 0x054485) is unknown color: approx Dark Cerulean. HEX triplet: 05, 44 and 85. RGB value is (5,68,133). Sum of RGB (Red+Green+Blue) = 5+68+133=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #054485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054485 is #FABB7A. Grayscale: #383838. Windows color (decimal): -16431995 or 8733701. OLE color: 8733701.

HSL color Cylindrical-coordinate representation of color #054485: hue angle of 210.47º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054485 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB568133-
CMYK0.960.4900.48
HSL210.47º92.75%27.06%-
HSV(B)210.47º96.24%52.16%-
XYZ6.365.8622.99-
YUV56.57171.1391.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=2.43%
G=33.01%
B=64.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5681330.960.4900.48210.4792.7527.06
Hex544856031030d25d1b
Octal51042051406106032213533
Binary1011000100100001011100000110001011000011010010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054485; }

 p { color: rgb(5,68,133); }

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

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

 a { background-color: rgb(5,68,133); }

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

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

 span { border-color: rgb(5,68,133); }

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