Html Css Color HEX #024BD9 Navy Blue

📋 copy color: '#024BD9'

red 2 ◦ green 75 ◦ blue 217

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

Shades of Navy Blue #024BD9

Tints of Navy Blue #024BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 73.81%

R = 0.68%
G = 25.51%
B = 73.81%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#024BD9 (or 0x024BD9) is known color: Navy Blue. HEX triplet: 02, 4B and D9. RGB value is (2,75,217). Sum of RGB (Red+Green+Blue) = 2+75+217=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 217 (85.16% from 255 or 73.81% from 294); Max value from RGB is 217 - color contains mainly: blue. Hex color #024BD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD9 is #FDB426. Grayscale: #444444. Windows color (decimal): -16626727 or 14240514. OLE color: 14240514.

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

Color convert

RGB 2 75 217 -
CMYK 0.99 0.65 0 0.15
HSL 219.63º 0.98% 0.43% -
HSV(B) 219.63º 0.99% 0.85% -
XYZ 15.07 10.05 66.79 -
YUV 69.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 2 75 217 0.99 0.65 0 0.15 219.63 0.98 0.43
Hex 2 4B D9 63 41 0 F DC 62 2B
Octal 2 113 331 143 101 0 17 334 142 53
Binary 10 1001011 11011001 1100011 1000001 0 1111 11011100 1100010 101011

Color Harmonies of #024BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BD9

Black with #024BD9

Text Example


Text Example

White with #024BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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