#10204B

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

Shades of Midnight Express #10204B

Tints of Midnight Express #10204B

Color information

#10204B (or 0x10204B) is unknown color: approx Midnight Express. HEX triplet: 10, 20 and 4B. RGB value is (16,32,75). Sum of RGB (Red+Green+Blue) = 16+32+75=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #10204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10204B is #EFDFB4. Grayscale: #1F1F1F. Windows color (decimal): -15720373 or 4923408. OLE color: 4923408.

HSL color Cylindrical-coordinate representation of color #10204B: hue angle of 223.73º 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 #10204B is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163275-
CMYK0.790.5700.71
HSL223.73º64.84%17.84%-
HSV(B)223.73º78.67%29.41%-
XYZ21.656.87-
YUV32.12152.2116.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=13.01%
G=26.02%
B=60.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1632750.790.5700.71223.7364.8417.84
Hex10204B4F39047e04112
Octal204011311771010734010122
Binary10000100000100101110011111110010100011111100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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