Html Css Color HEX #131C5E Midnight Blue

📋 copy color: '#131C5E'

red 19 ◦ green 28 ◦ blue 94

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

Shades of Midnight Blue #131C5E

Tints of Midnight Blue #131C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 66.67%

R = 13.48%
G = 19.86%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#131C5E (or 0x131C5E) is known color: Midnight Blue. HEX triplet: 13, 1C and 5E. RGB value is (19,28,94). Sum of RGB (Red+Green+Blue) = 19+28+94=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #131C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5E is #ECE3A1. Grayscale: #202020. Windows color (decimal): -15524770 or 6167571. OLE color: 6167571.

HSL color Cylindrical-coordinate representation of color #131C5E: hue angle of 232.8º degrees, saturation: 0.66, 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 #131C5E is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 28 94 -
CMYK 0.80 0.70 0 0.63
HSL 232.8º 0.66% 0.22% -
HSV(B) 232.8º 0.8% 0.37% -
XYZ 2.7 1.78 10.79 -
YUV 32.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 19 28 94 0.80 0.70 0 0.63 232.8 0.66 0.22
Hex 13 1C 5E 50 46 0 3F E9 42 16
Octal 23 34 136 120 106 0 77 351 102 26
Binary 10011 11100 1011110 1010000 1000110 0 111111 11101001 1000010 10110

Color Harmonies of #131C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C5E

Black with #131C5E

Text Example


Text Example

White with #131C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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