Html Css Color HEX #024AEB Navy Blue

📋 copy color: '#024AEB'

red 2 ◦ green 74 ◦ blue 235

#024AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #024AEB

Tints of Navy Blue #024AEB

RGB

 RED value IS 2 (1.17% from 255) = 0.64%

 GREEN value IS 74 (29.3% from 255) = 23.79%

 BLUE value IS 235 (92.19% from 255) = 75.56%

R = 0.64%
G = 23.79%
B = 75.56%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#024AEB (or 0x024AEB) is known color: Navy Blue. HEX triplet: 02, 4A and EB. RGB value is (2,74,235). Sum of RGB (Red+Green+Blue) = 2+74+235=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #024AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AEB is #FDB514. Grayscale: #464646. Windows color (decimal): -16626965 or 15419906. OLE color: 15419906.

HSL color Cylindrical-coordinate representation of color #024AEB: hue angle of 221.46º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AEB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 74 235 -
CMYK 0.99 0.69 0 0.08
HSL 221.46º 0.98% 0.46% -
HSV(B) 221.46º 0.99% 0.92% -
XYZ 17.47 10.91 79.78 -
YUV 70.83 220.65 78.91 -
System Red Green Blue C M Y K H S L
Decimal 2 74 235 0.99 0.69 0 0.08 221.46 0.98 0.46
Hex 2 4A EB 63 45 0 8 DD 62 2E
Octal 2 112 353 143 105 0 10 335 142 56
Binary 10 1001010 11101011 1100011 1000101 0 1000 11011101 1100010 101110

Color Harmonies of #024AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AEB

Black with #024AEB

Text Example


Text Example

White with #024AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024AEB;
 }
 .AnyTagClassName
 {
   color: #024AEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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