#14227B

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

Shades of Midnight Blue #14227B

Tints of Midnight Blue #14227B

Color information

#14227B (or 0x14227B) is unknown color: approx Midnight Blue. HEX triplet: 14, 22 and 7B. RGB value is (20,34,123). Sum of RGB (Red+Green+Blue) = 20+34+123=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #14227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14227B is #EBDD84. Grayscale: #272727. Windows color (decimal): -15457669 or 8069652. OLE color: 8069652.

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

Color convert

RGB2034123-
CMYK0.840.7200.52
HSL231.84º72.03%28.04%-
HSV(B)231.84º83.74%48.24%-
XYZ4.442.7219.03-
YUV39.96174.86113.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=11.30%
G=19.21%
B=69.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20341230.840.7200.52231.8472.0328.04
Hex14227B5448034e8481c
Octal244217312411006435011034
Binary10100100010111101110101001001000011010011101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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