Html Css Color HEX #131562 Midnight Blue

📋 copy color: '#131562'

red 19 ◦ green 21 ◦ blue 98

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

Shades of Midnight Blue #131562

Tints of Midnight Blue #131562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 13.77%
G = 15.22%
B = 71.01%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131562 (or 0x131562) is known color: Midnight Blue. HEX triplet: 13, 15 and 62. RGB value is (19,21,98). Sum of RGB (Red+Green+Blue) = 19+21+98=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #131562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131562 is #ECEA9D. Grayscale: #1C1C1C. Windows color (decimal): -15526558 or 6427923. OLE color: 6427923.

HSL color Cylindrical-coordinate representation of color #131562: hue angle of 238.48º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131562 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 21 98 -
CMYK 0.81 0.79 0 0.62
HSL 238.48º 0.68% 0.23% -
HSV(B) 238.48º 0.81% 0.38% -
XYZ 2.74 1.56 11.71 -
YUV 29.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 19 21 98 0.81 0.79 0 0.62 238.48 0.68 0.23
Hex 13 15 62 51 4F 0 3E EE 44 17
Octal 23 25 142 121 117 0 76 356 104 27
Binary 10011 10101 1100010 1010001 1001111 0 111110 11101110 1000100 10111

Color Harmonies of #131562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131562

Black with #131562

Text Example


Text Example

White with #131562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131562; }

 p { color: rgb(19,21,98); }

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

background-color css

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

 a { background-color: rgb(19,21,98); }

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

border-color css

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

 span { border-color: rgb(19,21,98); }

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