Html Css Color HEX #016FBA Navy Blue

📋 copy color: '#016FBA'

red 1 ◦ green 111 ◦ blue 186

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

Shades of Navy Blue #016FBA

Tints of Navy Blue #016FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 0.34%
G = 37.25%
B = 62.42%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016FBA (or 0x016FBA) is known color: Navy Blue. HEX triplet: 01, 6F and BA. RGB value is (1,111,186). Sum of RGB (Red+Green+Blue) = 1+111+186=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #016FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FBA is #FE9045. Grayscale: #565656. Windows color (decimal): -16683078 or 12218113. OLE color: 12218113.

HSL color Cylindrical-coordinate representation of color #016FBA: hue angle of 204.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016FBA is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 111 186 -
CMYK 0.99 0.40 0 0.27
HSL 204.32º 0.99% 0.37% -
HSV(B) 204.32º 0.99% 0.73% -
XYZ 14.56 14.92 48.57 -
YUV 86.66 184.06 66.9 -
System Red Green Blue C M Y K H S L
Decimal 1 111 186 0.99 0.40 0 0.27 204.32 0.99 0.37
Hex 1 6F BA 63 28 0 1B CC 63 25
Octal 1 157 272 143 50 0 33 314 143 45
Binary 1 1101111 10111010 1100011 101000 0 11011 11001100 1100011 100101

Color Harmonies of #016FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FBA

Black with #016FBA

Text Example


Text Example

White with #016FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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