Html Css Color HEX #016CFA Navy Blue

📋 copy color: '#016CFA'

red 1 ◦ green 108 ◦ blue 250

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

Shades of Navy Blue #016CFA

Tints of Navy Blue #016CFA

RGB

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

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

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

R = 0.28%
G = 30.08%
B = 69.64%

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

#016CFA (or 0x016CFA) is known color: Navy Blue. HEX triplet: 01, 6C and FA. RGB value is (1,108,250). Sum of RGB (Red+Green+Blue) = 1+108+250=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #016CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CFA is #FE9305. Grayscale: #5B5B5B. Windows color (decimal): -16683782 or 16411649. OLE color: 16411649.

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

Color convert

RGB 1 108 250 -
CMYK 1.00 0.57 0 0.02
HSL 214.22º 0.99% 0.49% -
HSV(B) 214.22º 1% 0.98% -
XYZ 22.63 17.63 92.65 -
YUV 92.2 217.05 62.95 -
System Red Green Blue C M Y K H S L
Decimal 1 108 250 1.00 0.57 0 0.02 214.22 0.99 0.49
Hex 1 6C FA 64 39 0 2 D6 63 31
Octal 1 154 372 144 71 0 2 326 143 61
Binary 1 1101100 11111010 1100100 111001 0 10 11010110 1100011 110001

Color Harmonies of #016CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CFA

Black with #016CFA

Text Example


Text Example

White with #016CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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