Html Css Color HEX #03019D New Midnight Blue

📋 copy color: '#03019D'

red 3 ◦ green 1 ◦ blue 157

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

Shades of New Midnight Blue #03019D

Tints of New Midnight Blue #03019D

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 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

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

RGB 3 1 157 -
CMYK 0.98 0.99 0 0.38
HSL 240.77º 0.99% 0.31% -
HSV(B) 240.77º 0.99% 0.62% -
XYZ 6.13 2.48 32.05 -
YUV 19.38 205.66 116.32 -
System Red Green Blue C M Y K H S L
Decimal 3 1 157 0.98 0.99 0 0.38 240.77 0.99 0.31
Hex 3 1 9D 62 63 0 26 F1 63 1F
Octal 3 1 235 142 143 0 46 361 143 37
Binary 11 1 10011101 1100010 1100011 0 100110 11110001 1100011 11111

Color Harmonies of #03019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03019D

Black with #03019D

Text Example


Text Example

White with #03019D

Text Example


Text Example

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