#10137C

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

Shades of Midnight Blue #10137C

Tints of Midnight Blue #10137C

Color information

#10137C (or 0x10137C) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 7C. RGB value is (16,19,124). Sum of RGB (Red+Green+Blue) = 16+19+124=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #10137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10137C is #EFEC83. Grayscale: #1D1D1D. Windows color (decimal): -15723652 or 8131344. OLE color: 8131344.

HSL color Cylindrical-coordinate representation of color #10137C: hue angle of 238.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10137C is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1619124-
CMYK0.870.8500.51
HSL238.33º77.14%27.45%-
HSV(B)238.33º87.1%48.63%-
XYZ4.082.0319.25-
YUV30.07181.01117.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=10.06%
G=11.95%
B=77.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16191240.870.8500.51238.3377.1427.45
Hex10137C5755033ee4d1b
Octal202317412712506335611533
Binary1000010011111110010101111010101011001111101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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