#024282

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

Shades of Dark Cerulean #024282

Tints of Dark Cerulean #024282

Color information

#024282 (or 0x024282) is unknown color: approx Dark Cerulean. HEX triplet: 02, 42 and 82. RGB value is (2,66,130). Sum of RGB (Red+Green+Blue) = 2+66+130=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #024282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024282 is #FDBD7D. Grayscale: #353535. Windows color (decimal): -16629118 or 8536578. OLE color: 8536578.

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

Color convert

RGB266130-
CMYK0.980.4900.49
HSL210º96.97%25.88%-
HSV(B)210º98.46%50.98%-
XYZ65.5221.87-
YUV54.16170.890.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 65.66%
R=1.01%
G=33.33%
B=65.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2661300.980.4900.4921096.9725.88
Hex242826231031d2611a
Octal21022021426106132214132
Binary101000010100000101100010110001011000111010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024282; }

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

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

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

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

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

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

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

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