Html Css Color HEX #031699 New Midnight Blue

📋 copy color: '#031699'

red 3 ◦ green 22 ◦ blue 153

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

Shades of New Midnight Blue #031699

Tints of New Midnight Blue #031699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 1.69%
G = 12.36%
B = 85.96%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#031699 (or 0x031699) is known color: New Midnight Blue. HEX triplet: 03, 16 and 99. RGB value is (3,22,153). Sum of RGB (Red+Green+Blue) = 3+22+153=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 153 (60.16% from 255 or 85.96% from 178); Max value from RGB is 153 - color contains mainly: blue. Hex color #031699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031699 is #FCE966. Grayscale: #1E1E1E. Windows color (decimal): -16574823 or 10032643. OLE color: 10032643.

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

Color convert

RGB 3 22 153 -
CMYK 0.98 0.86 0 0.4
HSL 232.4º 0.96% 0.31% -
HSV(B) 232.4º 0.98% 0.6% -
XYZ 6.07 2.89 30.38 -
YUV 31.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 3 22 153 0.98 0.86 0 0.4 232.4 0.96 0.31
Hex 3 16 99 62 56 0 28 E8 60 1F
Octal 3 26 231 142 126 0 50 350 140 37
Binary 11 10110 10011001 1100010 1010110 0 101000 11101000 1100000 11111

Color Harmonies of #031699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031699

Black with #031699

Text Example


Text Example

White with #031699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031699; }

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

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

background-color css

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

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

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

border-color css

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

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

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