#024A8A

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

Shades of Dark Cerulean #024A8A

Tints of Dark Cerulean #024A8A

Color information

#024A8A (or 0x024A8A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 8A. RGB value is (2,74,138). Sum of RGB (Red+Green+Blue) = 2+74+138=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #024A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A8A is #FDB575. Grayscale: #3B3B3B. Windows color (decimal): -16627062 or 9062914. OLE color: 9062914.

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

Color convert

RGB274138-
CMYK0.990.4600.46
HSL208.24º97.14%27.45%-
HSV(B)208.24º98.55%54.12%-
XYZ7.066.7524.97-
YUV59.77172.1586.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=0.93%
G=34.58%
B=64.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2741380.990.4600.46208.2497.1427.45
Hex24A8A632E02Ed0611b
Octal21122121435605632014133
Binary101001010100010101100011101110010111011010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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