Html Css Color HEX #024BD6 Navy Blue

📋 copy color: '#024BD6'

red 2 ◦ green 75 ◦ blue 214

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

Shades of Navy Blue #024BD6

Tints of Navy Blue #024BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.54%

R = 0.69%
G = 25.77%
B = 73.54%

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

#024BD6 (or 0x024BD6) is known color: Navy Blue. HEX triplet: 02, 4B and D6. RGB value is (2,75,214). Sum of RGB (Red+Green+Blue) = 2+75+214=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #024BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BD6 is #FDB429. Grayscale: #444444. Windows color (decimal): -16626730 or 14043906. OLE color: 14043906.

HSL color Cylindrical-coordinate representation of color #024BD6: hue angle of 219.34º 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 #024BD6 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 75 214 -
CMYK 0.99 0.65 0 0.16
HSL 219.34º 0.98% 0.42% -
HSV(B) 219.34º 0.99% 0.84% -
XYZ 14.68 9.9 64.76 -
YUV 69.02 209.82 80.2 -
System Red Green Blue C M Y K H S L
Decimal 2 75 214 0.99 0.65 0 0.16 219.34 0.98 0.42
Hex 2 4B D6 63 41 0 10 DB 62 2A
Octal 2 113 326 143 101 0 20 333 142 52
Binary 10 1001011 11010110 1100011 1000001 0 10000 11011011 1100010 101010

Color Harmonies of #024BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BD6

Black with #024BD6

Text Example


Text Example

White with #024BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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