#0160BC

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

Shades of Navy Blue #0160BC

Tints of Navy Blue #0160BC

Color information

#0160BC (or 0x0160BC) is unknown color: approx Navy Blue. HEX triplet: 01, 60 and BC. RGB value is (1,96,188). Sum of RGB (Red+Green+Blue) = 1+96+188=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #0160BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0160BC is #FE9F43. Grayscale: #4D4D4D. Windows color (decimal): -16686916 or 12345345. OLE color: 12345345.

HSL color Cylindrical-coordinate representation of color #0160BC: hue angle of 209.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0160BC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB196188-
CMYK0.990.4900.26
HSL209.52º98.94%37.06%-
HSV(B)209.52º99.47%73.73%-
XYZ13.271249.19-
YUV78.08190.0373.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 188 (73.83% from 255) = 65.96%
R=0.35%
G=33.68%
B=65.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1961880.990.4900.26209.5298.9437.06
Hex160BC633101Ad26325
Octal11402741436103232214345
Binary11100000101111001100011110001011010110100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0160BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0160BC; }

 p { color: rgb(1,96,188); }

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

<style>
 a { background-color: #0160BC; }

 a { background-color: rgb(1,96,188); }

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

<style>
 span { border-color: #0160BC; }

 span { border-color: rgb(1,96,188); }

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