Html Css Color HEX #131455 Midnight Blue

📋 copy color: '#131455'

red 19 ◦ green 20 ◦ blue 85

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

Shades of Midnight Blue #131455

Tints of Midnight Blue #131455

RGB

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

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

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

R = 15.32%
G = 16.13%
B = 68.55%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#131455 (or 0x131455) is known color: Midnight Blue. HEX triplet: 13, 14 and 55. RGB value is (19,20,85). Sum of RGB (Red+Green+Blue) = 19+20+85=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #131455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131455 is #ECEBAA. Grayscale: #1A1A1A. Windows color (decimal): -15526827 or 5575699. OLE color: 5575699.

HSL color Cylindrical-coordinate representation of color #131455: hue angle of 239.09º 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 #131455 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 20 85 -
CMYK 0.78 0.76 0 0.67
HSL 239.09º 0.63% 0.2% -
HSV(B) 239.09º 0.78% 0.33% -
XYZ 2.16 1.29 8.73 -
YUV 27.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 19 20 85 0.78 0.76 0 0.67 239.09 0.63 0.2
Hex 13 14 55 4E 4C 0 43 EF 3F 14
Octal 23 24 125 116 114 0 103 357 77 24
Binary 10011 10100 1010101 1001110 1001100 0 1000011 11101111 111111 10100

Color Harmonies of #131455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131455

Black with #131455

Text Example


Text Example

White with #131455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131455; }

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

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

background-color css

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

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

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

border-color css

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

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

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