#03019E

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

Shades of New Midnight Blue #03019E

Tints of New Midnight Blue #03019E

Color information

#03019E (or 0x03019E) is unknown color: approx New Midnight Blue. HEX triplet: 03, 01 and 9E. RGB value is (3,1,158). Sum of RGB (Red+Green+Blue) = 3+1+158=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 158 (62.11% from 255 or 97.53% from 162); Max value from RGB is 158 - color contains mainly: blue. Hex color #03019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03019E is #FCFE61. Grayscale: #121212. Windows color (decimal): -16580194 or 10354947. OLE color: 10354947.

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

Color convert

RGB31158-
CMYK0.980.9900.38
HSL240.76º98.74%31.18%-
HSV(B)240.76º99.37%61.96%-
XYZ6.222.5132.5-
YUV19.5206.16116.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 158 (62.11% from 255) = 97.53%
R=1.85%
G=0.62%
B=97.53%

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
Decimal311580.980.9900.38240.7698.7431.18
Hex319E6263026f1631f
Octal3123614214304636114337
Binary1111001111011000101100011010011011110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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