#0180CE

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

Shades of Navy Blue #0180CE

Tints of Navy Blue #0180CE

Color information

#0180CE (or 0x0180CE) is unknown color: approx Navy Blue. HEX triplet: 01, 80 and CE. RGB value is (1,128,206). Sum of RGB (Red+Green+Blue) = 1+128+206=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #0180CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0180CE is #FE7F31. Grayscale: #626262. Windows color (decimal): -16678706 or 13533185. OLE color: 13533185.

HSL color Cylindrical-coordinate representation of color #0180CE: hue angle of 202.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0180CE is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1128206-
CMYK1.000.3800.19
HSL202.83º99.03%40.59%-
HSV(B)202.83º99.51%80.78%-
XYZ18.8719.961.24-
YUV98.92188.4258.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=0.30%
G=38.21%
B=61.49%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11282061.000.3800.19202.8399.0340.59
Hex180CE6426013cb6329
Octal12003161444602331314351
Binary110000000110011101100100100110010011110010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0180CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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