#12267C

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

Shades of Midnight Blue #12267C

Tints of Midnight Blue #12267C

Color information

#12267C (or 0x12267C) is unknown color: approx Midnight Blue. HEX triplet: 12, 26 and 7C. RGB value is (18,38,124). Sum of RGB (Red+Green+Blue) = 18+38+124=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #12267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12267C is #EDD983. Grayscale: #292929. Windows color (decimal): -15587716 or 8136210. OLE color: 8136210.

HSL color Cylindrical-coordinate representation of color #12267C: hue angle of 228.68º 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 #12267C is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1838124-
CMYK0.850.6900.51
HSL228.68º74.65%27.84%-
HSV(B)228.68º85.48%48.63%-
XYZ4.582.9719.4-
YUV41.82174.37111.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 124 (48.83% from 255) = 68.89%
R=10%
G=21.11%
B=68.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18381240.850.6900.51228.6874.6527.84
Hex12267C5545033e54b1c
Octal224617412510506334511334
Binary10010100110111110010101011000101011001111100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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