#12237C

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

Shades of Midnight Blue #12237C

Tints of Midnight Blue #12237C

Color information

#12237C (or 0x12237C) is unknown color: approx Midnight Blue. HEX triplet: 12, 23 and 7C. RGB value is (18,35,124). Sum of RGB (Red+Green+Blue) = 18+35+124=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #12237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237C is #EDDC83. Grayscale: #272727. Windows color (decimal): -15588484 or 8135442. OLE color: 8135442.

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

Color convert

RGB1835124-
CMYK0.850.7200.51
HSL230.38º74.65%27.84%-
HSV(B)230.38º85.48%48.63%-
XYZ4.492.7919.37-
YUV40.06175.37112.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 124 (48.83% from 255) = 70.06%
R=10.17%
G=19.77%
B=70.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18351240.850.7200.51230.3874.6527.84
Hex12237C5548033e64b1c
Octal224317412511006334611334
Binary10010100011111110010101011001000011001111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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