#10136C

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

Shades of Midnight Blue #10136C

Tints of Midnight Blue #10136C

Color information

#10136C (or 0x10136C) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 6C. RGB value is (16,19,108). Sum of RGB (Red+Green+Blue) = 16+19+108=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #10136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10136C is #EFEC93. Grayscale: #1B1B1B. Windows color (decimal): -15723668 or 7082768. OLE color: 7082768.

HSL color Cylindrical-coordinate representation of color #10136C: hue angle of 238.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10136C is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1619108-
CMYK0.850.8200.58
HSL238.04º74.19%24.31%-
HSV(B)238.04º85.19%42.35%-
XYZ3.151.6614.34-
YUV28.25173.01119.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 108 (42.58% from 255) = 75.52%
R=11.19%
G=13.29%
B=75.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16191080.850.8200.58238.0474.1924.31
Hex10136C555203Aee4a18
Octal202315412512207235611230
Binary1000010011110110010101011010010011101011101110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10136C; }

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

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

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

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

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

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

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

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