#122748

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

Shades of Midnight #122748

Tints of Midnight #122748

Color information

#122748 (or 0x122748) is unknown color: approx Midnight. HEX triplet: 12, 27 and 48. RGB value is (18,39,72). Sum of RGB (Red+Green+Blue) = 18+39+72=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #122748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122748 is #EDD8B7. Grayscale: #242424. Windows color (decimal): -15587512 or 4728594. OLE color: 4728594.

HSL color Cylindrical-coordinate representation of color #122748: hue angle of 216.67º 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 #122748 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB183972-
CMYK0.750.4600.72
HSL216.67º60%17.65%-
HSV(B)216.67º75%28.24%-
XYZ2.142.056.41-
YUV36.48148.04114.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=13.95%
G=30.23%
B=55.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1839720.750.4600.72216.676017.65
Hex1227484B2E048d93c12
Octal22471101135601103317422
Binary1001010011110010001001011101110010010001101100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122748; }

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

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

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

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

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

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

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

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