Html Css Color HEX #131955 Midnight Blue

📋 copy color: '#131955'

red 19 ◦ green 25 ◦ blue 85

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

Shades of Midnight Blue #131955

Tints of Midnight Blue #131955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

 BLUE value IS 85 (33.59% from 255) = 65.89%

R = 14.73%
G = 19.38%
B = 65.89%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131955 (or 0x131955) is known color: Midnight Blue. HEX triplet: 13, 19 and 55. RGB value is (19,25,85). Sum of RGB (Red+Green+Blue) = 19+25+85=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #131955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131955 is #ECE6AA. Grayscale: #1D1D1D. Windows color (decimal): -15525547 or 5576979. OLE color: 5576979.

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

Color convert

RGB 19 25 85 -
CMYK 0.78 0.71 0 0.67
HSL 234.55º 0.63% 0.2% -
HSV(B) 234.55º 0.78% 0.33% -
XYZ 2.26 1.49 8.76 -
YUV 30.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 19 25 85 0.78 0.71 0 0.67 234.55 0.63 0.2
Hex 13 19 55 4E 47 0 43 EB 3F 14
Octal 23 31 125 116 107 0 103 353 77 24
Binary 10011 11001 1010101 1001110 1000111 0 1000011 11101011 111111 10100

Color Harmonies of #131955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131955

Black with #131955

Text Example


Text Example

White with #131955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131955; }

 p { color: rgb(19,25,85); }

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

background-color css

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

 a { background-color: rgb(19,25,85); }

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

border-color css

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

 span { border-color: rgb(19,25,85); }

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