#024382

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

Shades of Dark Cerulean #024382

Tints of Dark Cerulean #024382

Color information

#024382 (or 0x024382) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 82. RGB value is (2,67,130). Sum of RGB (Red+Green+Blue) = 2+67+130=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #024382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024382 is #FDBC7D. Grayscale: #363636. Windows color (decimal): -16628862 or 8536834. OLE color: 8536834.

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

Color convert

RGB267130-
CMYK0.980.4800.49
HSL209.53º96.97%25.88%-
HSV(B)209.53º98.46%50.98%-
XYZ6.065.6421.89-
YUV54.75170.4790.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 130 (51.17% from 255) = 65.33%
R=1.01%
G=33.67%
B=65.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2671300.980.4800.49209.5396.9725.88
Hex243826230031d2611a
Octal21032021426006132214132
Binary101000011100000101100010110000011000111010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024382; }

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

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

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

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

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

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

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

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