#0875C8

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

Shades of Navy Blue #0875C8

Tints of Navy Blue #0875C8

Color information

#0875C8 (or 0x0875C8) is unknown color: approx Navy Blue. HEX triplet: 08, 75 and C8. RGB value is (8,117,200). Sum of RGB (Red+Green+Blue) = 8+117+200=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #0875C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0875C8 is #F78A37. Grayscale: #5D5D5D. Windows color (decimal): -16222776 or 13137160. OLE color: 13137160.

HSL color Cylindrical-coordinate representation of color #0875C8: hue angle of 205.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0875C8 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8117200-
CMYK0.960.4200.22
HSL205.94º92.31%40.78%-
HSV(B)205.94º96%78.43%-
XYZ16.8916.9457.02-
YUV93.87187.8966.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=2.46%
G=36%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81172000.960.4200.22205.9492.3140.78
Hex875C8602A016ce5c29
Octal101653101405202631613451
Binary10001110101110010001100000101010010110110011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0875C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0875C8; }

 p { color: rgb(8,117,200); }

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

<style>
 a { background-color: #0875C8; }

 a { background-color: rgb(8,117,200); }

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

<style>
 span { border-color: #0875C8; }

 span { border-color: rgb(8,117,200); }

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