#100150

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

Shades of Midnight Blue #100150

Tints of Midnight Blue #100150

Color information

#100150 (or 0x100150) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 50. RGB value is (16,1,80). Sum of RGB (Red+Green+Blue) = 16+1+80=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #100150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100150 is #EFFEAF. Grayscale: #0E0E0E. Windows color (decimal): -15728304 or 5243152. OLE color: 5243152.

HSL color Cylindrical-coordinate representation of color #100150: hue angle of 251.39º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100150 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB16180-
CMYK0.800.9900.69
HSL251.39º97.53%15.88%-
HSV(B)251.39º98.75%31.37%-
XYZ1.670.717.64-
YUV14.49164.97129.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 80 (31.64% from 255) = 82.47%
R=16.49%
G=1.03%
B=82.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal161800.800.9900.69251.3997.5315.88
Hex101505063045fb6210
Octal201120120143010537314220
Binary1000011010000101000011000110100010111111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100150; }

 p { color: rgb(16,1,80); }

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

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

 a { background-color: rgb(16,1,80); }

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

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

 span { border-color: rgb(16,1,80); }

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