#03029C

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

Shades of New Midnight Blue #03029C

Tints of New Midnight Blue #03029C

Color information

#03029C (or 0x03029C) is unknown color: approx New Midnight Blue. HEX triplet: 03, 02 and 9C. RGB value is (3,2,156). Sum of RGB (Red+Green+Blue) = 3+2+156=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 156 (61.33% from 255 or 96.89% from 161); Max value from RGB is 156 - color contains mainly: blue. Hex color #03029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03029C is #FCFD63. Grayscale: #131313. Windows color (decimal): -16579940 or 10224131. OLE color: 10224131.

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

Color convert

RGB32156-
CMYK0.980.9900.39
HSL240.39º97.47%30.98%-
HSV(B)240.39º98.72%61.18%-
XYZ6.062.4631.61-
YUV19.85204.83115.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 156 (61.33% from 255) = 96.89%
R=1.86%
G=1.24%
B=96.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321560.980.9900.39240.3997.4730.98
Hex329C6263027f0611f
Octal3223414214304736014137
Binary11101001110011000101100011010011111110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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