#024A8B

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

Shades of Dark Cerulean #024A8B

Tints of Dark Cerulean #024A8B

Color information

#024A8B (or 0x024A8B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 8B. RGB value is (2,74,139). Sum of RGB (Red+Green+Blue) = 2+74+139=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #024A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A8B is #FDB574. Grayscale: #3B3B3B. Windows color (decimal): -16627061 or 9128450. OLE color: 9128450.

HSL color Cylindrical-coordinate representation of color #024A8B: hue angle of 208.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A8B is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB274139-
CMYK0.990.4700.45
HSL208.47º97.16%27.65%-
HSV(B)208.47º98.56%54.51%-
XYZ7.136.7725.36-
YUV59.88172.6586.71-

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.42%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=0.93%
G=34.42%
B=64.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2741390.990.4700.45208.4797.1627.65
Hex24A8B632F02Dd0611c
Octal21122131435705532014134
Binary101001010100010111100011101111010110111010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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