#12237F

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

Shades of Midnight Blue #12237F

Tints of Midnight Blue #12237F

Color information

#12237F (or 0x12237F) is unknown color: approx Midnight Blue. HEX triplet: 12, 23 and 7F. RGB value is (18,35,127). Sum of RGB (Red+Green+Blue) = 18+35+127=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #12237F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12237F is #EDDC80. Grayscale: #282828. Windows color (decimal): -15588481 or 8332050. OLE color: 8332050.

HSL color Cylindrical-coordinate representation of color #12237F: hue angle of 230.64º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12237F is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1835127-
CMYK0.860.7200.50
HSL230.64º75.17%28.43%-
HSV(B)230.64º85.83%49.8%-
XYZ4.682.8620.38-
YUV40.4176.87112.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 127 (50% from 255) = 70.56%
R=10%
G=19.44%
B=70.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18351270.860.7200.50230.6475.1728.43
Hex12237F5648032e74b1c
Octal224317712611006234711334
Binary10010100011111111110101101001000011001011100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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