#122782

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

Shades of Midnight Blue #122782

Tints of Midnight Blue #122782

Color information

#122782 (or 0x122782) is unknown color: approx Midnight Blue. HEX triplet: 12, 27 and 82. RGB value is (18,39,130). Sum of RGB (Red+Green+Blue) = 18+39+130=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #122782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122782 is #EDD87D. Grayscale: #2A2A2A. Windows color (decimal): -15587454 or 8529682. OLE color: 8529682.

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

Color convert

RGB1839130-
CMYK0.860.7000.49
HSL228.75º75.68%29.02%-
HSV(B)228.75º86.15%50.98%-
XYZ53.1921.47-
YUV43.1177.04110.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=9.63%
G=20.86%
B=69.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18391300.860.7000.49228.7575.6829.02
Hex1227825646031e54c1d
Octal224720212610606134511435
Binary100101001111000001010101101000110011000111100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122782; }

 p { color: rgb(18,39,130); }

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

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

 a { background-color: rgb(18,39,130); }

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

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

 span { border-color: rgb(18,39,130); }

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