Html Css Color HEX #016BFA Navy Blue

📋 copy color: '#016BFA'

red 1 ◦ green 107 ◦ blue 250

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

Shades of Navy Blue #016BFA

Tints of Navy Blue #016BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 0.28%
G = 29.89%
B = 69.83%

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

#016BFA (or 0x016BFA) is known color: Navy Blue. HEX triplet: 01, 6B and FA. RGB value is (1,107,250). Sum of RGB (Red+Green+Blue) = 1+107+250=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #016BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BFA is #FE9405. Grayscale: #5A5A5A. Windows color (decimal): -16684038 or 16411393. OLE color: 16411393.

HSL color Cylindrical-coordinate representation of color #016BFA: hue angle of 214.46º 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 #016BFA is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 107 250 -
CMYK 1.00 0.57 0 0.02
HSL 214.46º 0.99% 0.49% -
HSV(B) 214.46º 1% 0.98% -
XYZ 22.53 17.42 92.62 -
YUV 91.61 217.38 63.37 -
System Red Green Blue C M Y K H S L
Decimal 1 107 250 1.00 0.57 0 0.02 214.46 0.99 0.49
Hex 1 6B FA 64 39 0 2 D6 63 31
Octal 1 153 372 144 71 0 2 326 143 61
Binary 1 1101011 11111010 1100100 111001 0 10 11010110 1100011 110001

Color Harmonies of #016BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BFA

Black with #016BFA

Text Example


Text Example

White with #016BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,250); }

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

background-color css

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

 a { background-color: rgb(1,107,250); }

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

border-color css

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

 span { border-color: rgb(1,107,250); }

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