#0173CB

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

Shades of Navy Blue #0173CB

Tints of Navy Blue #0173CB

Color information

#0173CB (or 0x0173CB) is unknown color: approx Navy Blue. HEX triplet: 01, 73 and CB. RGB value is (1,115,203). Sum of RGB (Red+Green+Blue) = 1+115+203=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #0173CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173CB is #FE8C34. Grayscale: #5A5A5A. Windows color (decimal): -16682037 or 13333249. OLE color: 13333249.

HSL color Cylindrical-coordinate representation of color #0173CB: hue angle of 206.14º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173CB is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1115203-
CMYK1.000.4300.20
HSL206.14º99.02%40%-
HSV(B)206.14º99.51%79.61%-
XYZ16.9216.5858.81-
YUV90.95191.2363.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 203 (79.69% from 255) = 63.64%
R=0.31%
G=36.05%
B=63.64%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11152031.000.4300.20206.1499.0240
Hex173CB642B014ce6328
Octal11633131445302431614350
Binary11110011110010111100100101011010100110011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0173CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0173CB; }

 p { color: rgb(1,115,203); }

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

<style>
 a { background-color: #0173CB; }

 a { background-color: rgb(1,115,203); }

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

<style>
 span { border-color: #0173CB; }

 span { border-color: rgb(1,115,203); }

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