Html Css Color HEX #131C41 Midnight Express

📋 copy color: '#131C41'

red 19 ◦ green 28 ◦ blue 65

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

Shades of Midnight Express #131C41

Tints of Midnight Express #131C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 58.04%

R = 16.96%
G = 25%
B = 58.04%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131C41 (or 0x131C41) is known color: Midnight Express. HEX triplet: 13, 1C and 41. RGB value is (19,28,65). Sum of RGB (Red+Green+Blue) = 19+28+65=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #131C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C41 is #ECE3BE. Grayscale: #1D1D1D. Windows color (decimal): -15524799 or 4267027. OLE color: 4267027.

HSL color Cylindrical-coordinate representation of color #131C41: hue angle of 228.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131C41 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 28 65 -
CMYK 0.71 0.57 0 0.75
HSL 228.26º 0.55% 0.16% -
HSV(B) 228.26º 0.71% 0.25% -
XYZ 1.64 1.35 5.18 -
YUV 29.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 19 28 65 0.71 0.57 0 0.75 228.26 0.55 0.16
Hex 13 1C 41 47 39 0 4B E4 37 10
Octal 23 34 101 107 71 0 113 344 67 20
Binary 10011 11100 1000001 1000111 111001 0 1001011 11100100 110111 10000

Color Harmonies of #131C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C41

Black with #131C41

Text Example


Text Example

White with #131C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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