Html Css Color HEX #131254 Midnight Blue

📋 copy color: '#131254'

red 19 ◦ green 18 ◦ blue 84

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

Shades of Midnight Blue #131254

Tints of Midnight Blue #131254

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 84 (33.2% from 255) = 69.42%

R = 15.7%
G = 14.88%
B = 69.42%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131254 (or 0x131254) is known color: Midnight Blue. HEX triplet: 13, 12 and 54. RGB value is (19,18,84). Sum of RGB (Red+Green+Blue) = 19+18+84=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #131254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131254 is #ECEDAB. Grayscale: #191919. Windows color (decimal): -15527340 or 5509651. OLE color: 5509651.

HSL color Cylindrical-coordinate representation of color #131254: hue angle of 240.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131254 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 18 84 -
CMYK 0.77 0.79 0 0.67
HSL 240.91º 0.65% 0.2% -
HSV(B) 240.91º 0.79% 0.33% -
XYZ 2.09 1.21 8.51 -
YUV 25.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 19 18 84 0.77 0.79 0 0.67 240.91 0.65 0.2
Hex 13 12 54 4D 4F 0 43 F1 41 14
Octal 23 22 124 115 117 0 103 361 101 24
Binary 10011 10010 1010100 1001101 1001111 0 1000011 11110001 1000001 10100

Color Harmonies of #131254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131254

Black with #131254

Text Example


Text Example

White with #131254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131254; }

 p { color: rgb(19,18,84); }

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

background-color css

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

 a { background-color: rgb(19,18,84); }

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

border-color css

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

 span { border-color: rgb(19,18,84); }

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