Html Css Color HEX #131762 Midnight Blue

📋 copy color: '#131762'

red 19 ◦ green 23 ◦ blue 98

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

Shades of Midnight Blue #131762

Tints of Midnight Blue #131762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 13.57%
G = 16.43%
B = 70%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131762 (or 0x131762) is known color: Midnight Blue. HEX triplet: 13, 17 and 62. RGB value is (19,23,98). Sum of RGB (Red+Green+Blue) = 19+23+98=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #131762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131762 is #ECE89D. Grayscale: #1E1E1E. Windows color (decimal): -15526046 or 6428435. OLE color: 6428435.

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

Color convert

RGB 19 23 98 -
CMYK 0.81 0.77 0 0.62
HSL 236.96º 0.68% 0.23% -
HSV(B) 236.96º 0.81% 0.38% -
XYZ 2.78 1.63 11.72 -
YUV 30.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 19 23 98 0.81 0.77 0 0.62 236.96 0.68 0.23
Hex 13 17 62 51 4D 0 3E ED 44 17
Octal 23 27 142 121 115 0 76 355 104 27
Binary 10011 10111 1100010 1010001 1001101 0 111110 11101101 1000100 10111

Color Harmonies of #131762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131762

Black with #131762

Text Example


Text Example

White with #131762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131762; }

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

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

background-color css

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

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

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

border-color css

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

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

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