#024583

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

Shades of Dark Cerulean #024583

Tints of Dark Cerulean #024583

Color information

#024583 (or 0x024583) is unknown color: approx Dark Cerulean. HEX triplet: 02, 45 and 83. RGB value is (2,69,131). Sum of RGB (Red+Green+Blue) = 2+69+131=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #024583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024583 is #FDBA7C. Grayscale: #373737. Windows color (decimal): -16628349 or 8602882. OLE color: 8602882.

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

Color convert

RGB269131-
CMYK0.980.4700.49
HSL208.84º96.99%26.08%-
HSV(B)208.84º98.47%51.37%-
XYZ6.255.9122.28-
YUV56.04170.389.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 131 (51.56% from 255) = 64.85%
R=0.99%
G=34.16%
B=64.85%

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
Decimal2691310.980.4700.49208.8496.9926.08
Hex24583622F031d1611a
Octal21052031425706132114132
Binary101000101100000111100010101111011000111010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024583; }

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

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

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

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

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

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

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

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