Html Css Color HEX #024BE5 Navy Blue

📋 copy color: '#024BE5'

red 2 ◦ green 75 ◦ blue 229

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

Shades of Navy Blue #024BE5

Tints of Navy Blue #024BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 74.84%

R = 0.65%
G = 24.51%
B = 74.84%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#024BE5 (or 0x024BE5) is known color: Navy Blue. HEX triplet: 02, 4B and E5. RGB value is (2,75,229). Sum of RGB (Red+Green+Blue) = 2+75+229=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 229 (89.84% from 255 or 74.84% from 306); Max value from RGB is 229 - color contains mainly: blue. Hex color #024BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BE5 is #FDB41A. Grayscale: #464646. Windows color (decimal): -16626715 or 15026946. OLE color: 15026946.

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

Color convert

RGB 2 75 229 -
CMYK 0.99 0.67 0 0.10
HSL 220.7º 0.98% 0.45% -
HSV(B) 220.7º 0.99% 0.9% -
XYZ 16.68 10.7 75.32 -
YUV 70.73 217.32 78.98 -
System Red Green Blue C M Y K H S L
Decimal 2 75 229 0.99 0.67 0 0.10 220.7 0.98 0.45
Hex 2 4B E5 63 43 0 A DD 62 2D
Octal 2 113 345 143 103 0 12 335 142 55
Binary 10 1001011 11100101 1100011 1000011 0 1010 11011101 1100010 101101

Color Harmonies of #024BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BE5

Black with #024BE5

Text Example


Text Example

White with #024BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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