#024A7A

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

Shades of Dark Cerulean #024A7A

Tints of Dark Cerulean #024A7A

Color information

#024A7A (or 0x024A7A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 7A. RGB value is (2,74,122). Sum of RGB (Red+Green+Blue) = 2+74+122=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #024A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A7A is #FDB585. Grayscale: #393939. Windows color (decimal): -16627078 or 8014338. OLE color: 8014338.

HSL color Cylindrical-coordinate representation of color #024A7A: hue angle of 204º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A7A is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB274122-
CMYK0.980.3900.52
HSL204º96.77%24.31%-
HSV(B)204º98.36%47.84%-
XYZ5.996.3219.32-
YUV57.94164.1588.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=1.01%
G=37.37%
B=61.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2741220.980.3900.5220496.7724.31
Hex24A7A6227034cc6118
Octal21121721424706431414130
Binary10100101011110101100010100111011010011001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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