Html Css Color HEX #016FBF Navy Blue

📋 copy color: '#016FBF'

red 1 ◦ green 111 ◦ blue 191

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

Shades of Navy Blue #016FBF

Tints of Navy Blue #016FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 191 (75% from 255) = 63.04%

R = 0.33%
G = 36.63%
B = 63.04%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016FBF (or 0x016FBF) is known color: Navy Blue. HEX triplet: 01, 6F and BF. RGB value is (1,111,191). Sum of RGB (Red+Green+Blue) = 1+111+191=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #016FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FBF is #FE9040. Grayscale: #565656. Windows color (decimal): -16683073 or 12545793. OLE color: 12545793.

HSL color Cylindrical-coordinate representation of color #016FBF: hue angle of 205.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FBF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 111 191 -
CMYK 0.99 0.42 0 0.25
HSL 205.26º 0.99% 0.38% -
HSV(B) 205.26º 0.99% 0.75% -
XYZ 15.1 15.14 51.42 -
YUV 87.23 186.56 66.5 -
System Red Green Blue C M Y K H S L
Decimal 1 111 191 0.99 0.42 0 0.25 205.26 0.99 0.38
Hex 1 6F BF 63 2A 0 19 CD 63 26
Octal 1 157 277 143 52 0 31 315 143 46
Binary 1 1101111 10111111 1100011 101010 0 11001 11001101 1100011 100110

Color Harmonies of #016FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FBF

Black with #016FBF

Text Example


Text Example

White with #016FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,191); }

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

background-color css

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

 a { background-color: rgb(1,111,191); }

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

border-color css

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

 span { border-color: rgb(1,111,191); }

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