Html Css Color HEX #131362 Midnight Blue

📋 copy color: '#131362'

red 19 ◦ green 19 ◦ blue 98

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

Shades of Midnight Blue #131362

Tints of Midnight Blue #131362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.97%

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

R = 13.97%
G = 13.97%
B = 72.06%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131362 (or 0x131362) is known color: Midnight Blue. HEX triplet: 13, 13 and 62. RGB value is (19,19,98). Sum of RGB (Red+Green+Blue) = 19+19+98=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #131362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131362 is #ECEC9D. Grayscale: #1B1B1B. Windows color (decimal): -15527070 or 6427411. OLE color: 6427411.

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

Color convert

RGB 19 19 98 -
CMYK 0.81 0.81 0 0.62
HSL 240º 0.68% 0.23% -
HSV(B) 240º 0.81% 0.38% -
XYZ 2.71 1.49 11.7 -
YUV 28.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 19 19 98 0.81 0.81 0 0.62 240 0.68 0.23
Hex 13 13 62 51 51 0 3E F0 44 17
Octal 23 23 142 121 121 0 76 360 104 27
Binary 10011 10011 1100010 1010001 1010001 0 111110 11110000 1000100 10111

Color Harmonies of #131362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131362

Black with #131362

Text Example


Text Example

White with #131362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131362; }

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

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

background-color css

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

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

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

border-color css

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

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

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