#005482

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

Shades of Dark Cerulean #005482

Tints of Dark Cerulean #005482

Color information

#005482 (or 0x005482) is unknown color: approx Dark Cerulean. HEX triplet: 00, 54 and 82. RGB value is (0,84,130). Sum of RGB (Red+Green+Blue) = 0+84+130=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #005482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005482 is #FFAB7D. Grayscale: #3F3F3F. Windows color (decimal): -16755582 or 8541184. OLE color: 8541184.

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

Color convert

RGB084130-
CMYK10.3500.49
HSL201.23º100%25.49%-
HSV(B)201.23º100%50.98%-
XYZ7.27.9522.27-
YUV64.13165.1782.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 130 (51.17% from 255) = 60.75%
R=0%
G=39.25%
B=60.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal08413010.3500.49201.2310025.49
Hex054826423031c96419
Octal01242021444306131114431
Binary01010100100000101100100100011011000111001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005482; }

 p { color: rgb(0,84,130); }

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

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

 a { background-color: rgb(0,84,130); }

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

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

 span { border-color: rgb(0,84,130); }

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