Html Css Color HEX #131462 Midnight Blue

📋 copy color: '#131462'

red 19 ◦ green 20 ◦ blue 98

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

Shades of Midnight Blue #131462

Tints of Midnight Blue #131462

RGB

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

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

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

R = 13.87%
G = 14.6%
B = 71.53%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131462 (or 0x131462) is known color: Midnight Blue. HEX triplet: 13, 14 and 62. RGB value is (19,20,98). Sum of RGB (Red+Green+Blue) = 19+20+98=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #131462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131462 is #ECEB9D. Grayscale: #1C1C1C. Windows color (decimal): -15526814 or 6427667. OLE color: 6427667.

HSL color Cylindrical-coordinate representation of color #131462: hue angle of 239.24º 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 #131462 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 20 98 -
CMYK 0.81 0.80 0 0.62
HSL 239.24º 0.68% 0.23% -
HSV(B) 239.24º 0.81% 0.38% -
XYZ 2.72 1.52 11.71 -
YUV 28.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 19 20 98 0.81 0.80 0 0.62 239.24 0.68 0.23
Hex 13 14 62 51 50 0 3E EF 44 17
Octal 23 24 142 121 120 0 76 357 104 27
Binary 10011 10100 1100010 1010001 1010000 0 111110 11101111 1000100 10111

Color Harmonies of #131462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131462

Black with #131462

Text Example


Text Example

White with #131462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131462; }

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

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

background-color css

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

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

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

border-color css

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

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

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