Html Css Color HEX #131D75 Midnight Blue

📋 copy color: '#131D75'

red 19 ◦ green 29 ◦ blue 117

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

Shades of Midnight Blue #131D75

Tints of Midnight Blue #131D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 11.52%
G = 17.58%
B = 70.91%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#131D75 (or 0x131D75) is known color: Midnight Blue. HEX triplet: 13, 1D and 75. RGB value is (19,29,117). Sum of RGB (Red+Green+Blue) = 19+29+117=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #131D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D75 is #ECE28A. Grayscale: #232323. Windows color (decimal): -15524491 or 7675155. OLE color: 7675155.

HSL color Cylindrical-coordinate representation of color #131D75: hue angle of 233.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131D75 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 29 117 -
CMYK 0.84 0.75 0 0.54
HSL 233.88º 0.72% 0.27% -
HSV(B) 233.88º 0.84% 0.46% -
XYZ 3.92 2.3 17.07 -
YUV 36.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 19 29 117 0.84 0.75 0 0.54 233.88 0.72 0.27
Hex 13 1D 75 54 4B 0 36 EA 48 1B
Octal 23 35 165 124 113 0 66 352 110 33
Binary 10011 11101 1110101 1010100 1001011 0 110110 11101010 1001000 11011

Color Harmonies of #131D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D75

Black with #131D75

Text Example


Text Example

White with #131D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,117); }

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

background-color css

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

 a { background-color: rgb(19,29,117); }

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

border-color css

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

 span { border-color: rgb(19,29,117); }

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