Html Css Color HEX #024FF6 Navy Blue

📋 copy color: '#024FF6'

red 2 ◦ green 79 ◦ blue 246

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

Shades of Navy Blue #024FF6

Tints of Navy Blue #024FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.23%

R = 0.61%
G = 24.16%
B = 75.23%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#024FF6 (or 0x024FF6) is known color: Navy Blue. HEX triplet: 02, 4F and F6. RGB value is (2,79,246). Sum of RGB (Red+Green+Blue) = 2+79+246=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 246 (96.48% from 255 or 75.23% from 327); Max value from RGB is 246 - color contains mainly: blue. Hex color #024FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FF6 is #FDB009. Grayscale: #4A4A4A. Windows color (decimal): -16625674 or 16142082. OLE color: 16142082.

HSL color Cylindrical-coordinate representation of color #024FF6: hue angle of 221.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FF6 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 79 246 -
CMYK 0.99 0.68 0 0.04
HSL 221.07º 0.98% 0.49% -
HSV(B) 221.07º 0.99% 0.96% -
XYZ 19.46 12.26 88.53 -
YUV 75.02 224.49 75.92 -
System Red Green Blue C M Y K H S L
Decimal 2 79 246 0.99 0.68 0 0.04 221.07 0.98 0.49
Hex 2 4F F6 63 44 0 4 DD 62 31
Octal 2 117 366 143 104 0 4 335 142 61
Binary 10 1001111 11110110 1100011 1000100 0 100 11011101 1100010 110001

Color Harmonies of #024FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FF6

Black with #024FF6

Text Example


Text Example

White with #024FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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