#1401B2

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

Shades of New Midnight Blue #1401B2

Tints of New Midnight Blue #1401B2

Color information

#1401B2 (or 0x1401B2) is unknown color: approx New Midnight Blue. HEX triplet: 14, 01 and B2. RGB value is (20,1,178). Sum of RGB (Red+Green+Blue) = 20+1+178=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 178 (69.92% from 255 or 89.45% from 199); Max value from RGB is 178 - color contains mainly: blue. Hex color #1401B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401B2 is #EBFE4D. Grayscale: #1A1A1A. Windows color (decimal): -15466062 or 11665684. OLE color: 11665684.

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

Color convert

RGB201178-
CMYK0.890.9900.30
HSL246.44º98.88%35.1%-
HSV(B)246.44º99.44%69.8%-
XYZ8.343.3842.33-
YUV26.86213.29123.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 178 (69.92% from 255) = 89.45%
R=10.05%
G=0.50%
B=89.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2011780.890.9900.30246.4498.8835.1
Hex141B2596301Ef66323
Octal24126213114303636614343
Binary1010011011001010110011100011011110111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1401B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1401B2; }

 p { color: rgb(20,1,178); }

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

<style>
 a { background-color: #1401B2; }

 a { background-color: rgb(20,1,178); }

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

<style>
 span { border-color: #1401B2; }

 span { border-color: rgb(20,1,178); }

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