Html Css Color HEX #024BE0 Navy Blue

📋 copy color: '#024BE0'

red 2 ◦ green 75 ◦ blue 224

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

Shades of Navy Blue #024BE0

Tints of Navy Blue #024BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 224 (87.89% from 255) = 74.42%

R = 0.66%
G = 24.92%
B = 74.42%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#024BE0 (or 0x024BE0) is known color: Navy Blue. HEX triplet: 02, 4B and E0. RGB value is (2,75,224). Sum of RGB (Red+Green+Blue) = 2+75+224=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #024BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BE0 is #FDB41F. Grayscale: #454545. Windows color (decimal): -16626720 or 14699266. OLE color: 14699266.

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

Color convert

RGB 2 75 224 -
CMYK 0.99 0.67 0 0.12
HSL 220.27º 0.98% 0.44% -
HSV(B) 220.27º 0.99% 0.88% -
XYZ 16 10.43 71.69 -
YUV 70.16 214.82 79.38 -
System Red Green Blue C M Y K H S L
Decimal 2 75 224 0.99 0.67 0 0.12 220.27 0.98 0.44
Hex 2 4B E0 63 43 0 C DC 62 2C
Octal 2 113 340 143 103 0 14 334 142 54
Binary 10 1001011 11100000 1100011 1000011 0 1100 11011100 1100010 101100

Color Harmonies of #024BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BE0

Black with #024BE0

Text Example


Text Example

White with #024BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,75,224); }

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

background-color css

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

 a { background-color: rgb(2,75,224); }

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

border-color css

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

 span { border-color: rgb(2,75,224); }

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