#054282

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

Shades of Dark Cerulean #054282

Tints of Dark Cerulean #054282

Color information

#054282 (or 0x054282) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 82. RGB value is (5,66,130). Sum of RGB (Red+Green+Blue) = 5+66+130=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #054282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054282 is #FABD7D. Grayscale: #363636. Windows color (decimal): -16432510 or 8536581. OLE color: 8536581.

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

Color convert

RGB566130-
CMYK0.960.4900.49
HSL210.72º92.59%26.47%-
HSV(B)210.72º96.15%50.98%-
XYZ6.045.5421.87-
YUV55.06170.2992.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=2.49%
G=32.84%
B=64.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5661300.960.4900.49210.7292.5926.47
Hex542826031031d35d1a
Octal51022021406106132313532
Binary1011000010100000101100000110001011000111010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054282; }

 p { color: rgb(5,66,130); }

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

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

 a { background-color: rgb(5,66,130); }

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

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

 span { border-color: rgb(5,66,130); }

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