#122883

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

Shades of Midnight Blue #122883

Tints of Midnight Blue #122883

Color information

#122883 (or 0x122883) is unknown color: approx Midnight Blue. HEX triplet: 12, 28 and 83. RGB value is (18,40,131). Sum of RGB (Red+Green+Blue) = 18+40+131=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #122883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122883 is #EDD77C. Grayscale: #2B2B2B. Windows color (decimal): -15587197 or 8595474. OLE color: 8595474.

HSL color Cylindrical-coordinate representation of color #122883: hue angle of 228.32º 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 #122883 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1840131-
CMYK0.860.6900.49
HSL228.32º75.84%29.22%-
HSV(B)228.32º86.26%51.37%-
XYZ5.13.2821.84-
YUV43.8177.21109.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 131 (51.56% from 255) = 69.31%
R=9.52%
G=21.16%
B=69.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18401310.860.6900.49228.3275.8429.22
Hex1228835645031e44c1d
Octal225020312610506134411435
Binary100101010001000001110101101000101011000111100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122883; }

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

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

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

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

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

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

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

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