#1402B1

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

Shades of New Midnight Blue #1402B1

Tints of New Midnight Blue #1402B1

Color information

#1402B1 (or 0x1402B1) is unknown color: approx New Midnight Blue. HEX triplet: 14, 02 and B1. RGB value is (20,2,177). Sum of RGB (Red+Green+Blue) = 20+2+177=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 177 (69.53% from 255 or 88.94% from 199); Max value from RGB is 177 - color contains mainly: blue. Hex color #1402B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1402B1 is #EBFD4E. Grayscale: #1A1A1A. Windows color (decimal): -15465807 or 11600404. OLE color: 11600404.

HSL color Cylindrical-coordinate representation of color #1402B1: hue angle of 246.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402B1 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB202177-
CMYK0.890.9900.31
HSL246.17º97.77%35.1%-
HSV(B)246.17º98.87%69.41%-
XYZ8.253.3741.81-
YUV27.33212.46122.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 177 (69.53% from 255) = 88.94%
R=10.05%
G=1.01%
B=88.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2021770.890.9900.31246.1797.7735.1
Hex142B1596301Ff66223
Octal24226113114303736614243
Binary10100101011000110110011100011011111111101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1402B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1402B1; }

 p { color: rgb(20,2,177); }

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

<style>
 a { background-color: #1402B1; }

 a { background-color: rgb(20,2,177); }

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

<style>
 span { border-color: #1402B1; }

 span { border-color: rgb(20,2,177); }

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