#0178C9

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

Shades of Navy Blue #0178C9

Tints of Navy Blue #0178C9

Color information

#0178C9 (or 0x0178C9) is unknown color: approx Navy Blue. HEX triplet: 01, 78 and C9. RGB value is (1,120,201). Sum of RGB (Red+Green+Blue) = 1+120+201=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #0178C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178C9 is #FE8736. Grayscale: #5D5D5D. Windows color (decimal): -16680759 or 13203457. OLE color: 13203457.

HSL color Cylindrical-coordinate representation of color #0178C9: hue angle of 204.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0178C9 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1120201-
CMYK1.000.4000.21
HSL204.3º99.01%39.61%-
HSV(B)204.3º99.5%78.82%-
XYZ17.2717.6657.76-
YUV93.65188.5861.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 201 (78.91% from 255) = 62.42%
R=0.31%
G=37.27%
B=62.42%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11202011.000.4000.21204.399.0139.61
Hex178C96428015cc6328
Octal11703111445002531414350
Binary11111000110010011100100101000010101110011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0178C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0178C9; }

 p { color: rgb(1,120,201); }

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

<style>
 a { background-color: #0178C9; }

 a { background-color: rgb(1,120,201); }

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

<style>
 span { border-color: #0178C9; }

 span { border-color: rgb(1,120,201); }

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