Html Css Color HEX #024BD5 Navy Blue

📋 copy color: '#024BD5'

red 2 ◦ green 75 ◦ blue 213

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

Shades of Navy Blue #024BD5

Tints of Navy Blue #024BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.45%

R = 0.69%
G = 25.86%
B = 73.45%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#024BD5 (or 0x024BD5) is known color: Navy Blue. HEX triplet: 02, 4B and D5. RGB value is (2,75,213). Sum of RGB (Red+Green+Blue) = 2+75+213=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 213 (83.59% from 255 or 73.45% from 290); Max value from RGB is 213 - color contains mainly: blue. Hex color #024BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD5 is #FDB42A. Grayscale: #444444. Windows color (decimal): -16626731 or 13978370. OLE color: 13978370.

HSL color Cylindrical-coordinate representation of color #024BD5: hue angle of 219.24º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BD5 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 75 213 -
CMYK 0.99 0.65 0 0.16
HSL 219.24º 0.98% 0.42% -
HSV(B) 219.24º 0.99% 0.84% -
XYZ 14.55 9.85 64.08 -
YUV 68.91 209.32 80.28 -
System Red Green Blue C M Y K H S L
Decimal 2 75 213 0.99 0.65 0 0.16 219.24 0.98 0.42
Hex 2 4B D5 63 41 0 10 DB 62 2A
Octal 2 113 325 143 101 0 20 333 142 52
Binary 10 1001011 11010101 1100011 1000001 0 10000 11011011 1100010 101010

Color Harmonies of #024BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BD5

Black with #024BD5

Text Example


Text Example

White with #024BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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