#121883

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

Shades of Midnight Blue #121883

Tints of Midnight Blue #121883

Color information

#121883 (or 0x121883) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 83. RGB value is (18,24,131). Sum of RGB (Red+Green+Blue) = 18+24+131=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #121883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121883 is #EDE77C. Grayscale: #212121. Windows color (decimal): -15591293 or 8591378. OLE color: 8591378.

HSL color Cylindrical-coordinate representation of color #121883: hue angle of 236.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121883 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1824131-
CMYK0.860.8200.49
HSL236.81º75.84%29.22%-
HSV(B)236.81º86.26%51.37%-
XYZ4.672.4221.69-
YUV34.4182.51116.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 131 (51.56% from 255) = 75.72%
R=10.40%
G=13.87%
B=75.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18241310.860.8200.49236.8175.8429.22
Hex1218835652031ed4c1d
Octal223020312612206135511435
Binary10010110001000001110101101010010011000111101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121883; }

 p { color: rgb(18,24,131); }

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

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

 a { background-color: rgb(18,24,131); }

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

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

 span { border-color: rgb(18,24,131); }

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