#12227C

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

Shades of Midnight Blue #12227C

Tints of Midnight Blue #12227C

Color information

#12227C (or 0x12227C) is unknown color: approx Midnight Blue. HEX triplet: 12, 22 and 7C. RGB value is (18,34,124). Sum of RGB (Red+Green+Blue) = 18+34+124=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #12227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12227C is #EDDD83. Grayscale: #272727. Windows color (decimal): -15588740 or 8135186. OLE color: 8135186.

HSL color Cylindrical-coordinate representation of color #12227C: hue angle of 230.94º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12227C is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1834124-
CMYK0.850.7300.51
HSL230.94º74.65%27.84%-
HSV(B)230.94º85.48%48.63%-
XYZ4.462.7319.36-
YUV39.48175.7112.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=10.23%
G=19.32%
B=70.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18341240.850.7300.51230.9474.6527.84
Hex12227C5549033e74b1c
Octal224217412511106334711334
Binary10010100010111110010101011001001011001111100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12227C; }

 p { color: rgb(18,34,124); }

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

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

 a { background-color: rgb(18,34,124); }

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

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

 span { border-color: rgb(18,34,124); }

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