#03019D

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

Shades of New Midnight Blue #03019D

Tints of New Midnight Blue #03019D

Color information

#03019D (or 0x03019D) is unknown color: approx New Midnight Blue. HEX triplet: 03, 01 and 9D. RGB value is (3,1,157). Sum of RGB (Red+Green+Blue) = 3+1+157=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 157 (61.72% from 255 or 97.52% from 161); Max value from RGB is 157 - color contains mainly: blue. Hex color #03019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03019D is #FCFE62. Grayscale: #121212. Windows color (decimal): -16580195 or 10289411. OLE color: 10289411.

HSL color Cylindrical-coordinate representation of color #03019D: hue angle of 240.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03019D is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB31157-
CMYK0.980.9900.38
HSL240.77º98.73%30.98%-
HSV(B)240.77º99.36%61.57%-
XYZ6.132.4832.05-
YUV19.38205.66116.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 157 (61.72% from 255) = 97.52%
R=1.86%
G=0.62%
B=97.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal311570.980.9900.38240.7798.7330.98
Hex319D6263026f1631f
Octal3123514214304636114337
Binary1111001110111000101100011010011011110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03019D; }

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

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

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

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

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

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

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

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