#11233f

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

Shades of Midnight #11233F

Tints of Midnight #11233F

Color information

#11233F (or 0x11233F) is unknown color: approx Midnight. HEX triplet: 11, 23 and 3F. RGB value is (17,35,63). Sum of RGB (Red+Green+Blue) = 17+35+63=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #11233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11233F is #EEDCC0. Grayscale: #202020. Windows color (decimal): -15654081 or 4137745. OLE color: 4137745.

HSL color Cylindrical-coordinate representation of color #11233F: hue angle of 216.52º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11233F is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173563-
CMYK0.730.4400.75
HSL216.52º57.5%15.69%-
HSV(B)216.52º73.02%24.71%-
XYZ1.731.684.94-
YUV32.81145.04116.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 63 (25% from 255) = 54.78%
R=14.78%
G=30.43%
B=54.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1735630.730.4400.75216.5257.515.69
Hex11233F492C04Bd93a10
Octal2143771115401133317220
Binary100011000111111111001001101100010010111101100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11233f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11233f; }

 p { color: rgb(17,35,63); }

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

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

 a { background-color: rgb(17,35,63); }

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

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

 span { border-color: rgb(17,35,63); }

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