#14226F

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

Shades of Midnight Blue #14226F

Tints of Midnight Blue #14226F

Color information

#14226F (or 0x14226F) is unknown color: approx Midnight Blue. HEX triplet: 14, 22 and 6F. RGB value is (20,34,111). Sum of RGB (Red+Green+Blue) = 20+34+111=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #14226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14226F is #EBDD90. Grayscale: #262626. Windows color (decimal): -15457681 or 7283220. OLE color: 7283220.

HSL color Cylindrical-coordinate representation of color #14226F: hue angle of 230.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14226F is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2034111-
CMYK0.820.6900.56
HSL230.77º69.47%25.69%-
HSV(B)230.77º81.98%43.53%-
XYZ3.732.4415.31-
YUV38.59168.86114.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 111 (43.75% from 255) = 67.27%
R=12.12%
G=20.61%
B=67.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20341110.820.6900.56230.7769.4725.69
Hex14226F5245038e7451a
Octal244215712210507034710532
Binary10100100010110111110100101000101011100011100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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