Html Css Color HEX #016EBF Navy Blue

📋 copy color: '#016EBF'

red 1 ◦ green 110 ◦ blue 191

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

Shades of Navy Blue #016EBF

Tints of Navy Blue #016EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

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

R = 0.33%
G = 36.42%
B = 63.25%

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

#016EBF (or 0x016EBF) is known color: Navy Blue. HEX triplet: 01, 6E and BF. RGB value is (1,110,191). Sum of RGB (Red+Green+Blue) = 1+110+191=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #016EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EBF is #FE9140. Grayscale: #565656. Windows color (decimal): -16683329 or 12545537. OLE color: 12545537.

HSL color Cylindrical-coordinate representation of color #016EBF: hue angle of 205.58º 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 #016EBF is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 110 191 -
CMYK 0.99 0.42 0 0.25
HSL 205.58º 0.99% 0.38% -
HSV(B) 205.58º 0.99% 0.75% -
XYZ 14.99 14.92 51.38 -
YUV 86.64 186.89 66.91 -
System Red Green Blue C M Y K H S L
Decimal 1 110 191 0.99 0.42 0 0.25 205.58 0.99 0.38
Hex 1 6E BF 63 2A 0 19 CE 63 26
Octal 1 156 277 143 52 0 31 316 143 46
Binary 1 1101110 10111111 1100011 101010 0 11001 11001110 1100011 100110

Color Harmonies of #016EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EBF

Black with #016EBF

Text Example


Text Example

White with #016EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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