#0875E9

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

Shades of Navy Blue #0875E9

Tints of Navy Blue #0875E9

Color information

#0875E9 (or 0x0875E9) is unknown color: approx Navy Blue. HEX triplet: 08, 75 and E9. RGB value is (8,117,233). Sum of RGB (Red+Green+Blue) = 8+117+233=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #0875E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875E9 is #F78A16. Grayscale: #616161. Windows color (decimal): -16222743 or 15299848. OLE color: 15299848.

HSL color Cylindrical-coordinate representation of color #0875E9: hue angle of 210.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0875E9 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8117233-
CMYK0.970.5000.09
HSL210.93º93.36%47.25%-
HSV(B)210.93º96.57%91.37%-
XYZ21.1718.6679.58-
YUV97.63204.3964.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.23%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 233 (91.41% from 255) = 65.08%
R=2.23%
G=32.68%
B=65.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81172330.970.5000.09210.9393.3647.25
Hex875E9613209d35d2f
Octal101653511416201132313557
Binary1000111010111101001110000111001001001110100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0875E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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