#0180C6

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

Shades of Navy Blue #0180C6

Tints of Navy Blue #0180C6

Color information

#0180C6 (or 0x0180C6) is unknown color: approx Navy Blue. HEX triplet: 01, 80 and C6. RGB value is (1,128,198). Sum of RGB (Red+Green+Blue) = 1+128+198=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #0180C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180C6 is #FE7F39. Grayscale: #616161. Windows color (decimal): -16678714 or 13008897. OLE color: 13008897.

HSL color Cylindrical-coordinate representation of color #0180C6: hue angle of 201.32º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0180C6 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1128198-
CMYK0.990.3500.22
HSL201.32º98.99%39.02%-
HSV(B)201.32º99.49%77.65%-
XYZ17.9219.5256.25-
YUV98.01184.4258.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 198 (77.73% from 255) = 60.55%
R=0.31%
G=39.14%
B=60.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11281980.990.3500.22201.3298.9939.02
Hex180C66323016c96327
Octal12003061434302631114347
Binary110000000110001101100011100011010110110010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0180C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0180C6; }

 p { color: rgb(1,128,198); }

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

<style>
 a { background-color: #0180C6; }

 a { background-color: rgb(1,128,198); }

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

<style>
 span { border-color: #0180C6; }

 span { border-color: rgb(1,128,198); }

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