#024973

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

Shades of Dark Cerulean #024973

Tints of Dark Cerulean #024973

Color information

#024973 (or 0x024973) is unknown color: approx Dark Cerulean. HEX triplet: 02, 49 and 73. RGB value is (2,73,115). Sum of RGB (Red+Green+Blue) = 2+73+115=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #024973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024973 is #FDB68C. Grayscale: #383838. Windows color (decimal): -16627341 or 7555330. OLE color: 7555330.

HSL color Cylindrical-coordinate representation of color #024973: hue angle of 202.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024973 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB273115-
CMYK0.980.3700.55
HSL202.3º96.58%22.94%-
HSV(B)202.3º98.26%45.1%-
XYZ5.56.0217.09-
YUV56.56160.9889.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=1.05%
G=38.42%
B=60.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2731150.980.3700.55202.396.5822.94
Hex249736225037ca6117
Octal21111631424506731214127
Binary10100100111100111100010100101011011111001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024973; }

 p { color: rgb(2,73,115); }

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

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

 a { background-color: rgb(2,73,115); }

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

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

 span { border-color: rgb(2,73,115); }

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