#10135E

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

Shades of Midnight Blue #10135E

Tints of Midnight Blue #10135E

Color information

#10135E (or 0x10135E) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 5E. RGB value is (16,19,94). Sum of RGB (Red+Green+Blue) = 16+19+94=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #10135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10135E is #EFECA1. Grayscale: #1A1A1A. Windows color (decimal): -15723682 or 6165264. OLE color: 6165264.

HSL color Cylindrical-coordinate representation of color #10135E: hue angle of 237.69º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10135E is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB161994-
CMYK0.830.8000.63
HSL237.69º70.91%21.57%-
HSV(B)237.69º82.98%36.86%-
XYZ2.471.3810.73-
YUV26.65166.01120.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 94 (37.11% from 255) = 72.87%
R=12.40%
G=14.73%
B=72.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1619940.830.8000.63237.6970.9121.57
Hex10135E535003Fee4716
Octal202313612312007735610726
Binary1000010011101111010100111010000011111111101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10135E; }

 p { color: rgb(16,19,94); }

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

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

 a { background-color: rgb(16,19,94); }

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

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

 span { border-color: rgb(16,19,94); }

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