Html Css Color HEX #131074 Midnight Blue

📋 copy color: '#131074'

red 19 ◦ green 16 ◦ blue 116

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

Shades of Midnight Blue #131074

Tints of Midnight Blue #131074

RGB

 RED value IS 19 (7.81% from 255) = 12.58%

 GREEN value IS 16 (6.64% from 255) = 10.6%

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 12.58%
G = 10.6%
B = 76.82%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131074 (or 0x131074) is known color: Midnight Blue. HEX triplet: 13, 10 and 74. RGB value is (19,16,116). Sum of RGB (Red+Green+Blue) = 19+16+116=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #131074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131074 is #ECEF8B. Grayscale: #1B1B1B. Windows color (decimal): -15527820 or 7606291. OLE color: 7606291.

HSL color Cylindrical-coordinate representation of color #131074: hue angle of 241.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131074 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 16 116 -
CMYK 0.84 0.86 0 0.55
HSL 241.8º 0.76% 0.26% -
HSV(B) 241.8º 0.86% 0.45% -
XYZ 3.61 1.77 16.67 -
YUV 28.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 19 16 116 0.84 0.86 0 0.55 241.8 0.76 0.26
Hex 13 10 74 54 56 0 37 F2 4C 1A
Octal 23 20 164 124 126 0 67 362 114 32
Binary 10011 10000 1110100 1010100 1010110 0 110111 11110010 1001100 11010

Color Harmonies of #131074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131074

Black with #131074

Text Example


Text Example

White with #131074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131074; }

 p { color: rgb(19,16,116); }

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

background-color css

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

 a { background-color: rgb(19,16,116); }

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

border-color css

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

 span { border-color: rgb(19,16,116); }

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