Html Css Color HEX #031498 New Midnight Blue

📋 copy color: '#031498'

red 3 ◦ green 20 ◦ blue 152

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

Shades of New Midnight Blue #031498

Tints of New Midnight Blue #031498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 152 (59.77% from 255) = 86.86%

R = 1.71%
G = 11.43%
B = 86.86%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#031498 (or 0x031498) is known color: New Midnight Blue. HEX triplet: 03, 14 and 98. RGB value is (3,20,152). Sum of RGB (Red+Green+Blue) = 3+20+152=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #031498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031498 is #FCEB67. Grayscale: #1D1D1D. Windows color (decimal): -16575336 or 9966595. OLE color: 9966595.

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

Color convert

RGB 3 20 152 -
CMYK 0.98 0.87 0 0.40
HSL 233.15º 0.96% 0.3% -
HSV(B) 233.15º 0.98% 0.6% -
XYZ 5.96 2.79 29.93 -
YUV 29.97 196.87 108.77 -
System Red Green Blue C M Y K H S L
Decimal 3 20 152 0.98 0.87 0 0.40 233.15 0.96 0.3
Hex 3 14 98 62 57 0 28 E9 60 1E
Octal 3 24 230 142 127 0 50 351 140 36
Binary 11 10100 10011000 1100010 1010111 0 101000 11101001 1100000 11110

Color Harmonies of #031498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031498

Black with #031498

Text Example


Text Example

White with #031498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031498; }

 p { color: rgb(3,20,152); }

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

background-color css

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

 a { background-color: rgb(3,20,152); }

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

border-color css

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

 span { border-color: rgb(3,20,152); }

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