#101F4B

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

Shades of Midnight Express #101F4B

Tints of Midnight Express #101F4B

Color information

#101F4B (or 0x101F4B) is unknown color: approx Midnight Express. HEX triplet: 10, 1F and 4B. RGB value is (16,31,75). Sum of RGB (Red+Green+Blue) = 16+31+75=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #101F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F4B is #EFE0B4. Grayscale: #1F1F1F. Windows color (decimal): -15720629 or 4923152. OLE color: 4923152.

HSL color Cylindrical-coordinate representation of color #101F4B: hue angle of 224.75º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101F4B is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163175-
CMYK0.790.5900.71
HSL224.75º64.84%17.84%-
HSV(B)224.75º78.67%29.41%-
XYZ1.971.66.86-
YUV31.53152.53116.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=13.11%
G=25.41%
B=61.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1631750.790.5900.71224.7564.8417.84
Hex101F4B4F3B047e14112
Octal203711311773010734110122
Binary1000011111100101110011111110110100011111100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F4B; }

 p { color: rgb(16,31,75); }

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

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

 a { background-color: rgb(16,31,75); }

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

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

 span { border-color: rgb(16,31,75); }

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