#10182F

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

Shades of Midnight Express #10182F

Tints of Midnight Express #10182F

Color information

#10182F (or 0x10182F) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 2F. RGB value is (16,24,47). Sum of RGB (Red+Green+Blue) = 16+24+47=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #10182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182F is #EFE7D0. Grayscale: #181818. Windows color (decimal): -15722449 or 3086352. OLE color: 3086352.

HSL color Cylindrical-coordinate representation of color #10182F: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10182F is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB162447-
CMYK0.660.4900.82
HSL224.52º49.21%12.35%-
HSV(B)224.52º65.96%18.43%-
XYZ1.050.972.82-
YUV24.23140.85122.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=18.39%
G=27.59%
B=54.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1624470.660.4900.82224.5249.2112.35
Hex10182F4231052e131c
Octal2030571026101223416114
Binary1000011000101111100001011000101010010111000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10182F; }

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

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

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

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

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

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

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

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