Html Css Color HEX #131C5F Midnight Blue

📋 copy color: '#131C5F'

red 19 ◦ green 28 ◦ blue 95

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

Shades of Midnight Blue #131C5F

Tints of Midnight Blue #131C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 66.9%

R = 13.38%
G = 19.72%
B = 66.9%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#131C5F (or 0x131C5F) is known color: Midnight Blue. HEX triplet: 13, 1C and 5F. RGB value is (19,28,95). Sum of RGB (Red+Green+Blue) = 19+28+95=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #131C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5F is #ECE3A0. Grayscale: #202020. Windows color (decimal): -15524769 or 6233107. OLE color: 6233107.

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

Color convert

RGB 19 28 95 -
CMYK 0.80 0.71 0 0.63
HSL 232.89º 0.67% 0.22% -
HSV(B) 232.89º 0.8% 0.37% -
XYZ 2.75 1.8 11.03 -
YUV 32.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 19 28 95 0.80 0.71 0 0.63 232.89 0.67 0.22
Hex 13 1C 5F 50 47 0 3F E9 43 16
Octal 23 34 137 120 107 0 77 351 103 26
Binary 10011 11100 1011111 1010000 1000111 0 111111 11101001 1000011 10110

Color Harmonies of #131C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C5F

Black with #131C5F

Text Example


Text Example

White with #131C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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