#10155C

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

Shades of Midnight Blue #10155C

Tints of Midnight Blue #10155C

Color information

#10155C (or 0x10155C) is unknown color: approx Midnight Blue. HEX triplet: 10, 15 and 5C. RGB value is (16,21,92). Sum of RGB (Red+Green+Blue) = 16+21+92=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #10155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10155C is #EFEAA3. Grayscale: #1B1B1B. Windows color (decimal): -15723172 or 6034704. OLE color: 6034704.

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

Color convert

RGB162192-
CMYK0.830.7700.64
HSL236.05º70.37%21.18%-
HSV(B)236.05º82.61%36.08%-
XYZ2.411.4210.27-
YUV27.6164.34119.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=12.40%
G=16.28%
B=71.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1621920.830.7700.64236.0570.3721.18
Hex10155C534D040ec4615
Octal2025134123115010035410625
Binary10000101011011100101001110011010100000011101100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,21,92); }

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

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

 a { background-color: rgb(16,21,92); }

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

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

 span { border-color: rgb(16,21,92); }

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