#141A6C

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

Shades of Midnight Blue #141A6C

Tints of Midnight Blue #141A6C

Color information

#141A6C (or 0x141A6C) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 6C. RGB value is (20,26,108). Sum of RGB (Red+Green+Blue) = 20+26+108=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #141A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A6C is #EBE593. Grayscale: #212121. Windows color (decimal): -15459732 or 7084564. OLE color: 7084564.

HSL color Cylindrical-coordinate representation of color #141A6C: hue angle of 235.91º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141A6C is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2026108-
CMYK0.810.7600.58
HSL235.91º68.75%25.1%-
HSV(B)235.91º81.48%42.35%-
XYZ3.361.9714.39-
YUV33.55170.01118.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 108 (42.58% from 255) = 70.13%
R=12.99%
G=16.88%
B=70.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20261080.810.7600.58235.9168.7525.1
Hex141A6C514C03Aec4519
Octal243215412111407235410531
Binary1010011010110110010100011001100011101011101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A6C; }

 p { color: rgb(20,26,108); }

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

<style>
 a { background-color: #141A6C; }

 a { background-color: rgb(20,26,108); }

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

<style>
 span { border-color: #141A6C; }

 span { border-color: rgb(20,26,108); }

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