#0882CE

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

Shades of Navy Blue #0882CE

Tints of Navy Blue #0882CE

Color information

#0882CE (or 0x0882CE) is unknown color: approx Navy Blue. HEX triplet: 08, 82 and CE. RGB value is (8,130,206). Sum of RGB (Red+Green+Blue) = 8+130+206=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0882CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882CE is #F77D31. Grayscale: #656565. Windows color (decimal): -16219442 or 13533704. OLE color: 13533704.

HSL color Cylindrical-coordinate representation of color #0882CE: hue angle of 203.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0882CE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8130206-
CMYK0.960.3700.19
HSL203.03º92.52%41.96%-
HSV(B)203.03º96.12%80.78%-
XYZ19.2220.4761.33-
YUV102.19186.5860.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 206 (80.86% from 255) = 59.88%
R=2.33%
G=37.79%
B=59.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81302060.960.3700.19203.0392.5241.96
Hex882CE6025013cb5d2a
Octal102023161404502331313552
Binary100010000010110011101100000100101010011110010111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0882CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,130,206); }

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

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

 a { background-color: rgb(8,130,206); }

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

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

 span { border-color: rgb(8,130,206); }

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