#101255

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

Shades of Midnight Blue #101255

Tints of Midnight Blue #101255

Color information

#101255 (or 0x101255) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 55. RGB value is (16,18,85). Sum of RGB (Red+Green+Blue) = 16+18+85=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #101255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101255 is #EFEDAA. Grayscale: #181818. Windows color (decimal): -15723947 or 5575184. OLE color: 5575184.

HSL color Cylindrical-coordinate representation of color #101255: hue angle of 238.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101255 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB161885-
CMYK0.810.7900.67
HSL238.26º68.32%19.8%-
HSV(B)238.26º81.18%33.33%-
XYZ2.071.28.72-
YUV25.04161.84121.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=13.45%
G=15.13%
B=71.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1618850.810.7900.67238.2668.3219.8
Hex101255514F043ee4414
Octal2022125121117010335610424
Binary10000100101010101101000110011110100001111101110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101255; }

 p { color: rgb(16,18,85); }

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

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

 a { background-color: rgb(16,18,85); }

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

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

 span { border-color: rgb(16,18,85); }

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