#0880D1

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

Shades of Navy Blue #0880D1

Tints of Navy Blue #0880D1

Color information

#0880D1 (or 0x0880D1) is unknown color: approx Navy Blue. HEX triplet: 08, 80 and D1. RGB value is (8,128,209). Sum of RGB (Red+Green+Blue) = 8+128+209=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #0880D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0880D1 is #F77F2E. Grayscale: #646464. Windows color (decimal): -16219951 or 13729800. OLE color: 13729800.

HSL color Cylindrical-coordinate representation of color #0880D1: hue angle of 204.18º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0880D1 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8128209-
CMYK0.960.3900.18
HSL204.18º92.63%42.55%-
HSV(B)204.18º96.17%81.96%-
XYZ19.3320.0963.18-
YUV101.35188.7461.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 209 (82.03% from 255) = 60.58%
R=2.32%
G=37.10%
B=60.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81282090.960.3900.18204.1892.6342.55
Hex880D16027012cc5d2b
Octal102003211404702231413553
Binary100010000000110100011100000100111010010110011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0880D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0880D1; }

 p { color: rgb(8,128,209); }

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

<style>
 a { background-color: #0880D1; }

 a { background-color: rgb(8,128,209); }

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

<style>
 span { border-color: #0880D1; }

 span { border-color: rgb(8,128,209); }

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