#0174BD

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

Shades of Navy Blue #0174BD

Tints of Navy Blue #0174BD

Color information

#0174BD (or 0x0174BD) is unknown color: approx Navy Blue. HEX triplet: 01, 74 and BD. RGB value is (1,116,189). Sum of RGB (Red+Green+Blue) = 1+116+189=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #0174BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174BD is #FE8B42. Grayscale: #595959. Windows color (decimal): -16681795 or 12416001. OLE color: 12416001.

HSL color Cylindrical-coordinate representation of color #0174BD: hue angle of 203.3º 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 #0174BD is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1116189-
CMYK0.990.3900.26
HSL203.3º98.95%37.25%-
HSV(B)203.3º99.47%74.12%-
XYZ15.4416.1750.45-
YUV89.94183.964.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=0.33%
G=37.91%
B=61.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11161890.990.3900.26203.398.9537.25
Hex174BD632701Acb6325
Octal11642751434703231314345
Binary11110100101111011100011100111011010110010111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0174BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0174BD; }

 p { color: rgb(1,116,189); }

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

<style>
 a { background-color: #0174BD; }

 a { background-color: rgb(1,116,189); }

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

<style>
 span { border-color: #0174BD; }

 span { border-color: rgb(1,116,189); }

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