Html Css Color HEX #024BD1 Navy Blue

📋 copy color: '#024BD1'

red 2 ◦ green 75 ◦ blue 209

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

Shades of Navy Blue #024BD1

Tints of Navy Blue #024BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 73.08%

R = 0.7%
G = 26.22%
B = 73.08%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#024BD1 (or 0x024BD1) is known color: Navy Blue. HEX triplet: 02, 4B and D1. RGB value is (2,75,209). Sum of RGB (Red+Green+Blue) = 2+75+209=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #024BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD1 is #FDB42E. Grayscale: #434343. Windows color (decimal): -16626735 or 13716226. OLE color: 13716226.

HSL color Cylindrical-coordinate representation of color #024BD1: hue angle of 218.84º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BD1 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 75 209 -
CMYK 0.99 0.64 0 0.18
HSL 218.84º 0.98% 0.41% -
HSV(B) 218.84º 0.99% 0.82% -
XYZ 14.05 9.65 61.44 -
YUV 68.45 207.32 80.6 -
System Red Green Blue C M Y K H S L
Decimal 2 75 209 0.99 0.64 0 0.18 218.84 0.98 0.41
Hex 2 4B D1 63 40 0 12 DB 62 29
Octal 2 113 321 143 100 0 22 333 142 51
Binary 10 1001011 11010001 1100011 1000000 0 10010 11011011 1100010 101001

Color Harmonies of #024BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BD1

Black with #024BD1

Text Example


Text Example

White with #024BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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