#02139C

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

Shades of New Midnight Blue #02139C

Tints of New Midnight Blue #02139C

Color information

#02139C (or 0x02139C) is unknown color: approx New Midnight Blue. HEX triplet: 02, 13 and 9C. RGB value is (2,19,156). Sum of RGB (Red+Green+Blue) = 2+19+156=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #02139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02139C is #FDEC63. Grayscale: #1C1C1C. Windows color (decimal): -16641124 or 10228482. OLE color: 10228482.

HSL color Cylindrical-coordinate representation of color #02139C: hue angle of 233.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02139C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB219156-
CMYK0.990.8800.39
HSL233.38º97.47%30.98%-
HSV(B)233.38º98.72%61.18%-
XYZ6.262.8831.68-
YUV29.53199.37108.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 156 (61.33% from 255) = 88.14%
R=1.13%
G=10.73%
B=88.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2191560.990.8800.39233.3897.4730.98
Hex2139C6358027e9611f
Octal22323414313004735114137
Binary10100111001110011000111011000010011111101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02139C; }

 p { color: rgb(2,19,156); }

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

<style>
 a { background-color: #02139C; }

 a { background-color: rgb(2,19,156); }

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

<style>
 span { border-color: #02139C; }

 span { border-color: rgb(2,19,156); }

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