#0884D8

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

Shades of Navy Blue #0884D8

Tints of Navy Blue #0884D8

Color information

#0884D8 (or 0x0884D8) is unknown color: approx Navy Blue. HEX triplet: 08, 84 and D8. RGB value is (8,132,216). Sum of RGB (Red+Green+Blue) = 8+132+216=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 216 (84.77% from 255 or 60.67% from 356); Max value from RGB is 216 - color contains mainly: blue. Hex color #0884D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884D8 is #F77B27. Grayscale: #686868. Windows color (decimal): -16218920 or 14189576. OLE color: 14189576.

HSL color Cylindrical-coordinate representation of color #0884D8: hue angle of 204.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0884D8 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8132216-
CMYK0.960.3900.15
HSL204.23º92.86%43.92%-
HSV(B)204.23º96.3%84.71%-
XYZ20.7521.5168.02-
YUV104.5190.9259.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.25%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 216 (84.77% from 255) = 60.67%
R=2.25%
G=37.08%
B=60.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81322160.960.3900.15204.2392.8643.92
Hex884D860270Fcc5d2c
Octal102043301404701731413554
Binary10001000010011011000110000010011101111110011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0884D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0884D8; }

 p { color: rgb(8,132,216); }

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

<style>
 a { background-color: #0884D8; }

 a { background-color: rgb(8,132,216); }

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

<style>
 span { border-color: #0884D8; }

 span { border-color: rgb(8,132,216); }

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