Html Css Color HEX #031999 New Midnight Blue

📋 copy color: '#031999'

red 3 ◦ green 25 ◦ blue 153

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

Shades of New Midnight Blue #031999

Tints of New Midnight Blue #031999

RGB

 RED value IS 3 (1.56% from 255) = 1.66%

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 153 (60.16% from 255) = 84.53%

R = 1.66%
G = 13.81%
B = 84.53%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#031999 (or 0x031999) is known color: New Midnight Blue. HEX triplet: 03, 19 and 99. RGB value is (3,25,153). Sum of RGB (Red+Green+Blue) = 3+25+153=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #031999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031999 is #FCE666. Grayscale: #202020. Windows color (decimal): -16574055 or 10033411. OLE color: 10033411.

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

Color convert

RGB 3 25 153 -
CMYK 0.98 0.84 0 0.4
HSL 231.2º 0.96% 0.31% -
HSV(B) 231.2º 0.98% 0.6% -
XYZ 6.13 3.01 30.4 -
YUV 33.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 3 25 153 0.98 0.84 0 0.4 231.2 0.96 0.31
Hex 3 19 99 62 54 0 28 E7 60 1F
Octal 3 31 231 142 124 0 50 347 140 37
Binary 11 11001 10011001 1100010 1010100 0 101000 11100111 1100000 11111

Color Harmonies of #031999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031999

Black with #031999

Text Example


Text Example

White with #031999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031999; }

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

 H1.HeaderClassName
 {
   color: #031999;
 }
 .AnyTagClassName
 {
   color: #031999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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