#10175B

Color #10175B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #10175B

Tints of Midnight Blue #10175B

Color information

#10175B (or 0x10175B) is unknown color: approx Midnight Blue. HEX triplet: 10, 17 and 5B. RGB value is (16,23,91). Sum of RGB (Red+Green+Blue) = 16+23+91=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #10175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10175B is #EFE8A4. Grayscale: #1C1C1C. Windows color (decimal): -15722661 or 5969680. OLE color: 5969680.

HSL color Cylindrical-coordinate representation of color #10175B: hue angle of 234.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10175B is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB162391-
CMYK0.820.7500.64
HSL234.4º70.09%20.98%-
HSV(B)234.4º82.42%35.69%-
XYZ2.411.4810.06-
YUV28.66163.18118.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 91 (35.94% from 255) = 70%
R=12.31%
G=17.69%
B=70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1623910.820.7500.64234.470.0920.98
Hex10175B524B040ea4615
Octal2027133122113010035210625
Binary10000101111011011101001010010110100000011101010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10175B; }

 p { color: rgb(16,23,91); }

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

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

 a { background-color: rgb(16,23,91); }

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

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

 span { border-color: rgb(16,23,91); }

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