#1202B1

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

Shades of New Midnight Blue #1202B1

Tints of New Midnight Blue #1202B1

Color information

#1202B1 (or 0x1202B1) is unknown color: approx New Midnight Blue. HEX triplet: 12, 02 and B1. RGB value is (18,2,177). Sum of RGB (Red+Green+Blue) = 18+2+177=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 177 (69.53% from 255 or 89.85% from 197); Max value from RGB is 177 - color contains mainly: blue. Hex color #1202B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1202B1 is #EDFD4E. Grayscale: #1A1A1A. Windows color (decimal): -15596879 or 11600402. OLE color: 11600402.

HSL color Cylindrical-coordinate representation of color #1202B1: hue angle of 245.49º 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 #1202B1 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB182177-
CMYK0.900.9900.31
HSL245.49º97.77%35.1%-
HSV(B)245.49º98.87%69.41%-
XYZ8.213.3541.81-
YUV26.73212.8121.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 177 (69.53% from 255) = 89.85%
R=9.14%
G=1.02%
B=89.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1821770.900.9900.31245.4997.7735.1
Hex122B15A6301Ff56223
Octal22226113214303736514243
Binary10010101011000110110101100011011111111101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1202B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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