#10125B

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

Shades of Midnight Blue #10125B

Tints of Midnight Blue #10125B

Color information

#10125B (or 0x10125B) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 5B. RGB value is (16,18,91). Sum of RGB (Red+Green+Blue) = 16+18+91=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #10125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125B is #EFEDA4. Grayscale: #191919. Windows color (decimal): -15723941 or 5968400. OLE color: 5968400.

HSL color Cylindrical-coordinate representation of color #10125B: hue angle of 238.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 #10125B is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB161891-
CMYK0.820.8000.64
HSL238.4º70.09%20.98%-
HSV(B)238.4º82.42%35.69%-
XYZ2.321.310.03-
YUV25.72164.84121.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=12.8%
G=14.4%
B=72.8%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1618910.820.8000.64238.470.0920.98
Hex10125B5250040ee4615
Octal2022133122120010035610625
Binary10000100101011011101001010100000100000011101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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