Html Css Color HEX #131C60 Midnight Blue

📋 copy color: '#131C60'

red 19 ◦ green 28 ◦ blue 96

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

Shades of Midnight Blue #131C60

Tints of Midnight Blue #131C60

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 13.29%
G = 19.58%
B = 67.13%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131C60 (or 0x131C60) is known color: Midnight Blue. HEX triplet: 13, 1C and 60. RGB value is (19,28,96). Sum of RGB (Red+Green+Blue) = 19+28+96=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #131C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C60 is #ECE39F. Grayscale: #202020. Windows color (decimal): -15524768 or 6298643. OLE color: 6298643.

HSL color Cylindrical-coordinate representation of color #131C60: hue angle of 232.99º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131C60 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 28 96 -
CMYK 0.80 0.71 0 0.62
HSL 232.99º 0.67% 0.23% -
HSV(B) 232.99º 0.8% 0.38% -
XYZ 2.8 1.81 11.27 -
YUV 33.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 19 28 96 0.80 0.71 0 0.62 232.99 0.67 0.23
Hex 13 1C 60 50 47 0 3E E9 43 17
Octal 23 34 140 120 107 0 76 351 103 27
Binary 10011 11100 1100000 1010000 1000111 0 111110 11101001 1000011 10111

Color Harmonies of #131C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C60

Black with #131C60

Text Example


Text Example

White with #131C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131C60; }

 p { color: rgb(19,28,96); }

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

background-color css

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

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

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

border-color css

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

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

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