#02129C

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

Shades of New Midnight Blue #02129C

Tints of New Midnight Blue #02129C

Color information

#02129C (or 0x02129C) is unknown color: approx New Midnight Blue. HEX triplet: 02, 12 and 9C. RGB value is (2,18,156). Sum of RGB (Red+Green+Blue) = 2+18+156=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 156 (61.33% from 255 or 88.64% from 176); Max value from RGB is 156 - color contains mainly: blue. Hex color #02129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02129C is #FDED63. Grayscale: #1C1C1C. Windows color (decimal): -16641380 or 10228226. OLE color: 10228226.

HSL color Cylindrical-coordinate representation of color #02129C: hue angle of 233.77º 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 #02129C is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB218156-
CMYK0.990.8800.39
HSL233.77º97.47%30.98%-
HSV(B)233.77º98.72%61.18%-
XYZ6.242.8531.67-
YUV28.95199.7108.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 156 (61.33% from 255) = 88.64%
R=1.14%
G=10.23%
B=88.64%

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
Decimal2181560.990.8800.39233.7797.4730.98
Hex2129C6358027ea611f
Octal22223414313004735214137
Binary10100101001110011000111011000010011111101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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