#010875

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

Shades of Navy #010875

Tints of Navy #010875

Color information

#010875 (or 0x010875) is unknown color: approx Navy. HEX triplet: 01, 08 and 75. RGB value is (1,8,117). Sum of RGB (Red+Green+Blue) = 1+8+117=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #010875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010875 is #FEF78A. Grayscale: #111111. Windows color (decimal): -16709515 or 7669761. OLE color: 7669761.

HSL color Cylindrical-coordinate representation of color #010875: hue angle of 236.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010875 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB18117-
CMYK0.990.9300.54
HSL236.38º98.31%23.14%-
HSV(B)236.38º99.15%45.88%-
XYZ3.311.4616.94-
YUV18.33183.68115.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 117 (46.09% from 255) = 92.86%
R=0.79%
G=6.35%
B=92.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181170.990.9300.54236.3898.3123.14
Hex1875635D036ec6217
Octal11016514313506635414227
Binary11000111010111000111011101011011011101100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010875; }

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

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

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

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

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

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

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

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