#12247A

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

Shades of Midnight Blue #12247A

Tints of Midnight Blue #12247A

Color information

#12247A (or 0x12247A) is unknown color: approx Midnight Blue. HEX triplet: 12, 24 and 7A. RGB value is (18,36,122). Sum of RGB (Red+Green+Blue) = 18+36+122=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #12247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12247A is #EDDB85. Grayscale: #282828. Windows color (decimal): -15588230 or 8004626. OLE color: 8004626.

HSL color Cylindrical-coordinate representation of color #12247A: hue angle of 229.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12247A is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1836122-
CMYK0.850.7000.52
HSL229.62º74.29%27.45%-
HSV(B)229.62º85.25%47.84%-
XYZ4.392.818.72-
YUV40.42174.04112.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 122 (48.05% from 255) = 69.32%
R=10.23%
G=20.45%
B=69.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18361220.850.7000.52229.6274.2927.45
Hex12247A5546034e64a1b
Octal224417212510606434611233
Binary10010100100111101010101011000110011010011100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12247A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12247A; }

 p { color: rgb(18,36,122); }

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

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

 a { background-color: rgb(18,36,122); }

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

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

 span { border-color: rgb(18,36,122); }

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