#016BBA

Color #016BBA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #016BBA

Tints of Navy Blue #016BBA

Color information

#016BBA (or 0x016BBA) is unknown color: approx Navy Blue. HEX triplet: 01, 6B and BA. RGB value is (1,107,186). Sum of RGB (Red+Green+Blue) = 1+107+186=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #016BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBA is #FE9445. Grayscale: #535353. Windows color (decimal): -16684102 or 12217089. OLE color: 12217089.

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

Color convert

RGB1107186-
CMYK0.990.4200.27
HSL205.62º98.93%36.67%-
HSV(B)205.62º99.46%72.94%-
XYZ14.1314.0748.42-
YUV84.31185.3868.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=0.34%
G=36.39%
B=63.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11071860.990.4200.27205.6298.9336.67
Hex16BBA632A01Bce6325
Octal11532721435203331614345
Binary11101011101110101100011101010011011110011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #016BBA;
 }
 .AnyTagClassName
 {
   color: #016BBA;
 }
</style>
background-color css

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

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

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

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

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

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