Html Css Color HEX #016CF9 Navy Blue

📋 copy color: '#016CF9'

red 1 ◦ green 108 ◦ blue 249

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

Shades of Navy Blue #016CF9

Tints of Navy Blue #016CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.55%

R = 0.28%
G = 30.17%
B = 69.55%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#016CF9 (or 0x016CF9) is known color: Navy Blue. HEX triplet: 01, 6C and F9. RGB value is (1,108,249). Sum of RGB (Red+Green+Blue) = 1+108+249=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #016CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CF9 is #FE9306. Grayscale: #5B5B5B. Windows color (decimal): -16683783 or 16346113. OLE color: 16346113.

HSL color Cylindrical-coordinate representation of color #016CF9: hue angle of 214.11º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CF9 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 108 249 -
CMYK 1.00 0.57 0 0.02
HSL 214.11º 0.99% 0.49% -
HSV(B) 214.11º 1% 0.98% -
XYZ 22.47 17.57 91.83 -
YUV 92.08 216.55 63.04 -
System Red Green Blue C M Y K H S L
Decimal 1 108 249 1.00 0.57 0 0.02 214.11 0.99 0.49
Hex 1 6C F9 64 39 0 2 D6 63 31
Octal 1 154 371 144 71 0 2 326 143 61
Binary 1 1101100 11111001 1100100 111001 0 10 11010110 1100011 110001

Color Harmonies of #016CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CF9

Black with #016CF9

Text Example


Text Example

White with #016CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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