#030596

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

Shades of New Midnight Blue #030596

Tints of New Midnight Blue #030596

Color information

#030596 (or 0x030596) is unknown color: approx New Midnight Blue. HEX triplet: 03, 05 and 96. RGB value is (3,5,150). Sum of RGB (Red+Green+Blue) = 3+5+150=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 150 (58.98% from 255 or 94.94% from 158); Max value from RGB is 150 - color contains mainly: blue. Hex color #030596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030596 is #FCFA69. Grayscale: #141414. Windows color (decimal): -16579178 or 9831683. OLE color: 9831683.

HSL color Cylindrical-coordinate representation of color #030596: hue angle of 239.18º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030596 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35150-
CMYK0.980.9700.41
HSL239.18º96.08%30%-
HSV(B)239.18º98%58.82%-
XYZ5.62.3329.01-
YUV20.93200.84115.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 150 (58.98% from 255) = 94.94%
R=1.90%
G=3.16%
B=94.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351500.980.9700.41239.1896.0830
Hex35966261029ef601e
Octal3522614214105135714036
Binary111011001011011000101100001010100111101111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030596; }

 p { color: rgb(3,5,150); }

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

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

 a { background-color: rgb(3,5,150); }

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

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

 span { border-color: rgb(3,5,150); }

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