#024582

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

Shades of Dark Cerulean #024582

Tints of Dark Cerulean #024582

Color information

#024582 (or 0x024582) is unknown color: approx Dark Cerulean. HEX triplet: 02, 45 and 82. RGB value is (2,69,130). Sum of RGB (Red+Green+Blue) = 2+69+130=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 69 (27.34% from 255 or 34.33% 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 #024582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024582 is #FDBA7D. Grayscale: #373737. Windows color (decimal): -16628350 or 8537346. OLE color: 8537346.

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

Color convert

RGB269130-
CMYK0.980.4700.49
HSL208.59º96.97%25.88%-
HSV(B)208.59º98.46%50.98%-
XYZ6.185.8821.93-
YUV55.92169.889.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=1.00%
G=34.33%
B=64.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2691300.980.4700.49208.5996.9725.88
Hex24582622F031d1611a
Octal21052021425706132114132
Binary101000101100000101100010101111011000111010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024582; }

 p { color: rgb(2,69,130); }

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

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

 a { background-color: rgb(2,69,130); }

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

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

 span { border-color: rgb(2,69,130); }

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