Html Css Color HEX #024FD6 Navy Blue

📋 copy color: '#024FD6'

red 2 ◦ green 79 ◦ blue 214

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

Shades of Navy Blue #024FD6

Tints of Navy Blue #024FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

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

R = 0.68%
G = 26.78%
B = 72.54%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#024FD6 (or 0x024FD6) is known color: Navy Blue. HEX triplet: 02, 4F and D6. RGB value is (2,79,214). Sum of RGB (Red+Green+Blue) = 2+79+214=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #024FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FD6 is #FDB029. Grayscale: #464646. Windows color (decimal): -16625706 or 14044930. OLE color: 14044930.

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

Color convert

RGB 2 79 214 -
CMYK 0.99 0.63 0 0.16
HSL 218.21º 0.98% 0.42% -
HSV(B) 218.21º 0.99% 0.84% -
XYZ 14.96 10.46 64.85 -
YUV 71.37 208.49 78.52 -
System Red Green Blue C M Y K H S L
Decimal 2 79 214 0.99 0.63 0 0.16 218.21 0.98 0.42
Hex 2 4F D6 63 3F 0 10 DA 62 2A
Octal 2 117 326 143 77 0 20 332 142 52
Binary 10 1001111 11010110 1100011 111111 0 10000 11011010 1100010 101010

Color Harmonies of #024FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FD6

Black with #024FD6

Text Example


Text Example

White with #024FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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