#030199

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

Shades of New Midnight Blue #030199

Tints of New Midnight Blue #030199

Color information

#030199 (or 0x030199) is unknown color: approx New Midnight Blue. HEX triplet: 03, 01 and 99. RGB value is (3,1,153). Sum of RGB (Red+Green+Blue) = 3+1+153=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 153 (60.16% from 255 or 97.45% from 157); Max value from RGB is 153 - color contains mainly: blue. Hex color #030199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030199 is #FCFE66. Grayscale: #121212. Windows color (decimal): -16580199 or 10027267. OLE color: 10027267.

HSL color Cylindrical-coordinate representation of color #030199: hue angle of 240.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030199 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB31153-
CMYK0.980.9900.4
HSL240.79º98.7%30.2%-
HSV(B)240.79º99.35%60%-
XYZ5.82.3430.28-
YUV18.93203.66116.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 153 (60.16% from 255) = 97.45%
R=1.91%
G=0.64%
B=97.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311530.980.9900.4240.7998.730.2
Hex31996263028f1631e
Octal3123114214305036114336
Binary1111001100111000101100011010100011110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030199; }

 p { color: rgb(3,1,153); }

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

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

 a { background-color: rgb(3,1,153); }

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

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

 span { border-color: rgb(3,1,153); }

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