Html Css Color HEX #131C5D Midnight Blue

📋 copy color: '#131C5D'

red 19 ◦ green 28 ◦ blue 93

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

Shades of Midnight Blue #131C5D

Tints of Midnight Blue #131C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.43%

R = 13.57%
G = 20%
B = 66.43%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131C5D (or 0x131C5D) is known color: Midnight Blue. HEX triplet: 13, 1C and 5D. RGB value is (19,28,93). Sum of RGB (Red+Green+Blue) = 19+28+93=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #131C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5D is #ECE3A2. Grayscale: #202020. Windows color (decimal): -15524771 or 6102035. OLE color: 6102035.

HSL color Cylindrical-coordinate representation of color #131C5D: hue angle of 232.7º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131C5D is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 28 93 -
CMYK 0.80 0.70 0 0.64
HSL 232.7º 0.66% 0.22% -
HSV(B) 232.7º 0.8% 0.36% -
XYZ 2.66 1.76 10.56 -
YUV 32.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 19 28 93 0.80 0.70 0 0.64 232.7 0.66 0.22
Hex 13 1C 5D 50 46 0 40 E9 42 16
Octal 23 34 135 120 106 0 100 351 102 26
Binary 10011 11100 1011101 1010000 1000110 0 1000000 11101001 1000010 10110

Color Harmonies of #131C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C5D

Black with #131C5D

Text Example


Text Example

White with #131C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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