#024083

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

Shades of Dark Cerulean #024083

Tints of Dark Cerulean #024083

Color information

#024083 (or 0x024083) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 83. RGB value is (2,64,131). Sum of RGB (Red+Green+Blue) = 2+64+131=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #024083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024083 is #FDBF7C. Grayscale: #343434. Windows color (decimal): -16629629 or 8601602. OLE color: 8601602.

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

Color convert

RGB264131-
CMYK0.980.5100.49
HSL211.16º96.99%26.08%-
HSV(B)211.16º98.47%51.37%-
XYZ5.965.3222.19-
YUV53.1171.9691.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 131 (51.56% from 255) = 66.50%
R=1.02%
G=32.49%
B=66.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2641310.980.5100.49211.1696.9926.08
Hex240836233031d3611a
Octal21002031426306132314132
Binary101000000100000111100010110011011000111010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024083; }

 p { color: rgb(2,64,131); }

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

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

 a { background-color: rgb(2,64,131); }

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

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

 span { border-color: rgb(2,64,131); }

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