#10223F

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

Shades of Midnight Express #10223F

Tints of Midnight Express #10223F

Color information

#10223F (or 0x10223F) is unknown color: approx Midnight Express. HEX triplet: 10, 22 and 3F. RGB value is (16,34,63). Sum of RGB (Red+Green+Blue) = 16+34+63=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #10223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10223F is #EFDDC0. Grayscale: #1F1F1F. Windows color (decimal): -15719873 or 4137488. OLE color: 4137488.

HSL color Cylindrical-coordinate representation of color #10223F: hue angle of 217.02º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10223F is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB163463-
CMYK0.750.4600.75
HSL217.02º59.49%15.49%-
HSV(B)217.02º74.6%24.71%-
XYZ1.681.614.93-
YUV31.92145.54116.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 63 (25% from 255) = 55.75%
R=14.16%
G=30.09%
B=55.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1634630.750.4600.75217.0259.4915.49
Hex10223F4B2E04Bd93bf
Octal2042771135601133317317
Binary10000100010111111100101110111001001011110110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,34,63); }

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

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

 a { background-color: rgb(16,34,63); }

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

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

 span { border-color: rgb(16,34,63); }

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