#005282

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

Shades of Dark Cerulean #005282

Tints of Dark Cerulean #005282

Color information

#005282 (or 0x005282) is unknown color: approx Dark Cerulean. HEX triplet: 00, 52 and 82. RGB value is (0,82,130). Sum of RGB (Red+Green+Blue) = 0+82+130=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #005282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005282 is #FFAD7D. Grayscale: #3E3E3E. Windows color (decimal): -16756094 or 8540672. OLE color: 8540672.

HSL color Cylindrical-coordinate representation of color #005282: hue angle of 202.15º 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 #005282 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB082130-
CMYK10.3700.49
HSL202.15º100%25.49%-
HSV(B)202.15º100%50.98%-
XYZ7.057.6522.22-
YUV62.95165.8383.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=0%
G=38.68%
B=61.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal08213010.3700.49202.1510025.49
Hex052826425031ca6419
Octal01222021444506131214431
Binary01010010100000101100100100101011000111001010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005282; }

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

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

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

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

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

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

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

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