#140AB3

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

Shades of New Midnight Blue #140AB3

Tints of New Midnight Blue #140AB3

Color information

#140AB3 (or 0x140AB3) is unknown color: approx New Midnight Blue. HEX triplet: 14, 0A and B3. RGB value is (20,10,179). Sum of RGB (Red+Green+Blue) = 20+10+179=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 179 (70.31% from 255 or 85.65% from 209); Max value from RGB is 179 - color contains mainly: blue. Hex color #140AB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140AB3 is #EBF54C. Grayscale: #1F1F1F. Windows color (decimal): -15463757 or 11733524. OLE color: 11733524.

HSL color Cylindrical-coordinate representation of color #140AB3: hue angle of 243.55º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140AB3 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2010179-
CMYK0.890.9400.30
HSL243.55º89.42%37.06%-
HSV(B)243.55º94.41%70.2%-
XYZ8.533.6242.9-
YUV32.26210.81119.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 179 (70.31% from 255) = 85.65%
R=9.57%
G=4.78%
B=85.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20101790.890.9400.30243.5589.4237.06
Hex14AB3595E01Ef45925
Octal241226313113603636413145
Binary1010010101011001110110011011110011110111101001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140AB3; }

 p { color: rgb(20,10,179); }

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

<style>
 a { background-color: #140AB3; }

 a { background-color: rgb(20,10,179); }

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

<style>
 span { border-color: #140AB3; }

 span { border-color: rgb(20,10,179); }

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