Html Css Color HEX #131C62 Midnight Blue

📋 copy color: '#131C62'

red 19 ◦ green 28 ◦ blue 98

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

Shades of Midnight Blue #131C62

Tints of Midnight Blue #131C62

RGB

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

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

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

R = 13.1%
G = 19.31%
B = 67.59%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131C62 (or 0x131C62) is known color: Midnight Blue. HEX triplet: 13, 1C and 62. RGB value is (19,28,98). Sum of RGB (Red+Green+Blue) = 19+28+98=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #131C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C62 is #ECE39D. Grayscale: #212121. Windows color (decimal): -15524766 or 6429715. OLE color: 6429715.

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

Color convert

RGB 19 28 98 -
CMYK 0.81 0.71 0 0.62
HSL 233.16º 0.68% 0.23% -
HSV(B) 233.16º 0.81% 0.38% -
XYZ 2.89 1.85 11.76 -
YUV 33.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 19 28 98 0.81 0.71 0 0.62 233.16 0.68 0.23
Hex 13 1C 62 51 47 0 3E E9 44 17
Octal 23 34 142 121 107 0 76 351 104 27
Binary 10011 11100 1100010 1010001 1000111 0 111110 11101001 1000100 10111

Color Harmonies of #131C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C62

Black with #131C62

Text Example


Text Example

White with #131C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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