Html Css Color HEX #03019E New Midnight Blue

📋 copy color: '#03019E'

red 3 ◦ green 1 ◦ blue 158

#03019E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #03019E

Tints of New Midnight Blue #03019E

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 value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03019E (or 0x03019E) is known color: 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

RGB 3 1 158 -
CMYK 0.98 0.99 0 0.38
HSL 240.76º 0.99% 0.31% -
HSV(B) 240.76º 0.99% 0.62% -
XYZ 6.22 2.51 32.5 -
YUV 19.5 206.16 116.23 -
System Red Green Blue C M Y K H S L
Decimal 3 1 158 0.98 0.99 0 0.38 240.76 0.99 0.31
Hex 3 1 9E 62 63 0 26 F1 63 1F
Octal 3 1 236 142 143 0 46 361 143 37
Binary 11 1 10011110 1100010 1100011 0 100110 11110001 1100011 11111

Color Harmonies of #03019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03019E

Black with #03019E

Text Example


Text Example

White with #03019E

Text Example


Text Example

HTML Codes & Css Web 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>