#18107B

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

Shades of Midnight Blue #18107B

Tints of Midnight Blue #18107B

Color information

#18107B (or 0x18107B) is unknown color: approx Midnight Blue. HEX triplet: 18, 10 and 7B. RGB value is (24,16,123). Sum of RGB (Red+Green+Blue) = 24+16+123=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #18107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18107B is #E7EF84. Grayscale: #1E1E1E. Windows color (decimal): -15200133 or 8065048. OLE color: 8065048.

HSL color Cylindrical-coordinate representation of color #18107B: hue angle of 244.49º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18107B is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2416123-
CMYK0.800.8700.52
HSL244.49º76.98%27.25%-
HSV(B)244.49º86.99%48.24%-
XYZ4.141.9918.91-
YUV30.59180.15123.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 123 (48.44% from 255) = 75.46%
R=14.72%
G=9.82%
B=75.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24161230.800.8700.52244.4976.9827.25
Hex18107B5057034f44d1b
Octal302017312012706436411533
Binary1100010000111101110100001010111011010011110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,16,123); }

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

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

 a { background-color: rgb(24,16,123); }

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

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

 span { border-color: rgb(24,16,123); }

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