Html Css Color HEX #016CF6 Navy Blue

📋 copy color: '#016CF6'

red 1 ◦ green 108 ◦ blue 246

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

Shades of Navy Blue #016CF6

Tints of Navy Blue #016CF6

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 0.28%
G = 30.42%
B = 69.3%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#016CF6 (or 0x016CF6) is known color: Navy Blue. HEX triplet: 01, 6C and F6. RGB value is (1,108,246). Sum of RGB (Red+Green+Blue) = 1+108+246=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #016CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CF6 is #FE9309. Grayscale: #5B5B5B. Windows color (decimal): -16683786 or 16149505. OLE color: 16149505.

HSL color Cylindrical-coordinate representation of color #016CF6: hue angle of 213.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CF6 is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 108 246 -
CMYK 1.00 0.56 0 0.04
HSL 213.8º 0.99% 0.48% -
HSV(B) 213.8º 1% 0.96% -
XYZ 22.01 17.39 89.38 -
YUV 91.74 215.05 63.28 -
System Red Green Blue C M Y K H S L
Decimal 1 108 246 1.00 0.56 0 0.04 213.8 0.99 0.48
Hex 1 6C F6 64 38 0 4 D6 63 30
Octal 1 154 366 144 70 0 4 326 143 60
Binary 1 1101100 11110110 1100100 111000 0 100 11010110 1100011 110000

Color Harmonies of #016CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CF6

Black with #016CF6

Text Example


Text Example

White with #016CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016CF6; }

 p { color: rgb(1,108,246); }

 H1.HeaderClassName
 {
   color: #016CF6;
 }
 .AnyTagClassName
 {
   color: #016CF6;
 }
</style>

background-color css

<style>
 a { background-color: #016CF6; }

 a { background-color: rgb(1,108,246); }

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

border-color css

<style>
 span { border-color: #016CF6; }

 span { border-color: rgb(1,108,246); }

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