#024AE1

Color #024AE1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #024AE1

Tints of Navy Blue #024AE1

Color information

#024AE1 (or 0x024AE1) is unknown color: approx Navy Blue. HEX triplet: 02, 4A and E1. RGB value is (2,74,225). Sum of RGB (Red+Green+Blue) = 2+74+225=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 225 (88.28% from 255 or 74.75% from 301); Max value from RGB is 225 - color contains mainly: blue. Hex color #024AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AE1 is #FDB51E. Grayscale: #454545. Windows color (decimal): -16626975 or 14764546. OLE color: 14764546.

HSL color Cylindrical-coordinate representation of color #024AE1: hue angle of 220.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AE1 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB274225-
CMYK0.990.6700.12
HSL220.63º98.24%44.51%-
HSV(B)220.63º99.11%88.24%-
XYZ16.0610.3572.38-
YUV69.69215.6579.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 225 (88.28% from 255) = 74.75%
R=0.66%
G=24.58%
B=74.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2742250.990.6700.12220.6398.2444.51
Hex24AE163430Cdd622d
Octal211234114310301433514255
Binary101001010111000011100011100001101100110111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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