#024A75

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

Shades of Dark Cerulean #024A75

Tints of Dark Cerulean #024A75

Color information

#024A75 (or 0x024A75) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 75. RGB value is (2,74,117). Sum of RGB (Red+Green+Blue) = 2+74+117=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #024A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A75 is #FDB58A. Grayscale: #393939. Windows color (decimal): -16627083 or 7686658. OLE color: 7686658.

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

Color convert

RGB274117-
CMYK0.980.3700.54
HSL202.43º96.64%23.33%-
HSV(B)202.43º98.29%45.88%-
XYZ5.686.1917.73-
YUV57.37161.6588.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=1.04%
G=38.34%
B=60.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2741170.980.3700.54202.4396.6423.33
Hex24A756225036ca6117
Octal21121651424506631214127
Binary10100101011101011100010100101011011011001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024A75; }

 p { color: rgb(2,74,117); }

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

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

 a { background-color: rgb(2,74,117); }

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

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

 span { border-color: rgb(2,74,117); }

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