Html Css Color HEX #031198 New Midnight Blue

📋 copy color: '#031198'

red 3 ◦ green 17 ◦ blue 152

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

Shades of New Midnight Blue #031198

Tints of New Midnight Blue #031198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 1.74%
G = 9.88%
B = 88.37%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#031198 (or 0x031198) is known color: New Midnight Blue. HEX triplet: 03, 11 and 98. RGB value is (3,17,152). Sum of RGB (Red+Green+Blue) = 3+17+152=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #031198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031198 is #FCEE67. Grayscale: #1B1B1B. Windows color (decimal): -16576104 or 9965827. OLE color: 9965827.

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

Color convert

RGB 3 17 152 -
CMYK 0.98 0.89 0 0.40
HSL 234.36º 0.96% 0.3% -
HSV(B) 234.36º 0.98% 0.6% -
XYZ 5.91 2.69 29.91 -
YUV 28.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 3 17 152 0.98 0.89 0 0.40 234.36 0.96 0.3
Hex 3 11 98 62 59 0 28 EA 60 1E
Octal 3 21 230 142 131 0 50 352 140 36
Binary 11 10001 10011000 1100010 1011001 0 101000 11101010 1100000 11110

Color Harmonies of #031198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031198

Black with #031198

Text Example


Text Example

White with #031198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031198; }

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

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

background-color css

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

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

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

border-color css

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

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

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