#22127B

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

Shades of Midnight Blue #22127B

Tints of Midnight Blue #22127B

Color information

#22127B (or 0x22127B) is unknown color: approx Midnight Blue. HEX triplet: 22, 12 and 7B. RGB value is (34,18,123). Sum of RGB (Red+Green+Blue) = 34+18+123=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #22127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22127B is #DDED84. Grayscale: #222222. Windows color (decimal): -14544261 or 8065570. OLE color: 8065570.

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

Color convert

RGB3418123-
CMYK0.720.8500.52
HSL249.14º74.47%27.65%-
HSV(B)249.14º85.37%48.24%-
XYZ4.452.218.93-
YUV34.75177.8127.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=19.43%
G=10.29%
B=70.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34181230.720.8500.52249.1474.4727.65
Hex22127B4855034f94a1c
Octal422217311012506437111234
Binary10001010010111101110010001010101011010011111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22127B; }

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

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

<style>
 a { background-color: #22127B; }

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

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

<style>
 span { border-color: #22127B; }

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

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