#122648

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

Shades of Midnight #122648

Tints of Midnight #122648

Color information

#122648 (or 0x122648) is unknown color: approx Midnight. HEX triplet: 12, 26 and 48. RGB value is (18,38,72). Sum of RGB (Red+Green+Blue) = 18+38+72=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #122648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122648 is #EDD9B7. Grayscale: #232323. Windows color (decimal): -15587768 or 4728338. OLE color: 4728338.

HSL color Cylindrical-coordinate representation of color #122648: hue angle of 217.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122648 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB183872-
CMYK0.750.4700.72
HSL217.78º60%17.65%-
HSV(B)217.78º75%28.24%-
XYZ2.111.986.4-
YUV35.9148.37115.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=14.06%
G=29.69%
B=56.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1838720.750.4700.72217.786017.65
Hex1226484B2F048da3c12
Octal22461101135701103327422
Binary1001010011010010001001011101111010010001101101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122648; }

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

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

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

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

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

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

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

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