#122683

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

Shades of Midnight Blue #122683

Tints of Midnight Blue #122683

Color information

#122683 (or 0x122683) is unknown color: approx Midnight Blue. HEX triplet: 12, 26 and 83. RGB value is (18,38,131). Sum of RGB (Red+Green+Blue) = 18+38+131=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #122683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122683 is #EDD97C. Grayscale: #2A2A2A. Windows color (decimal): -15587709 or 8594962. OLE color: 8594962.

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

Color convert

RGB1838131-
CMYK0.860.7100.49
HSL229.38º75.84%29.22%-
HSV(B)229.38º86.26%51.37%-
XYZ5.043.1521.82-
YUV42.62177.87110.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 131 (51.56% from 255) = 70.05%
R=9.63%
G=20.32%
B=70.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18381310.860.7100.49229.3875.8429.22
Hex1226835647031e54c1d
Octal224620312610706134511435
Binary100101001101000001110101101000111011000111100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122683; }

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

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

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

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

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

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

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

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