Html Css Color HEX #031799 New Midnight Blue

📋 copy color: '#031799'

red 3 ◦ green 23 ◦ blue 153

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

Shades of New Midnight Blue #031799

Tints of New Midnight Blue #031799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 1.68%
G = 12.85%
B = 85.47%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#031799 (or 0x031799) is known color: New Midnight Blue. HEX triplet: 03, 17 and 99. RGB value is (3,23,153). Sum of RGB (Red+Green+Blue) = 3+23+153=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #031799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031799 is #FCE866. Grayscale: #1F1F1F. Windows color (decimal): -16574567 or 10032899. OLE color: 10032899.

HSL color Cylindrical-coordinate representation of color #031799: hue angle of 232º 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 #031799 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 23 153 -
CMYK 0.98 0.85 0 0.4
HSL 232º 0.96% 0.31% -
HSV(B) 232º 0.98% 0.6% -
XYZ 6.09 2.93 30.38 -
YUV 31.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 3 23 153 0.98 0.85 0 0.4 232 0.96 0.31
Hex 3 17 99 62 55 0 28 E8 60 1F
Octal 3 27 231 142 125 0 50 350 140 37
Binary 11 10111 10011001 1100010 1010101 0 101000 11101000 1100000 11111

Color Harmonies of #031799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031799

Black with #031799

Text Example


Text Example

White with #031799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031799; }

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

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

background-color css

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

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

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

border-color css

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

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

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