Html Css Color HEX #131D6C Midnight Blue

📋 copy color: '#131D6C'

red 19 ◦ green 29 ◦ blue 108

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

Shades of Midnight Blue #131D6C

Tints of Midnight Blue #131D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 12.18%
G = 18.59%
B = 69.23%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#131D6C (or 0x131D6C) is known color: Midnight Blue. HEX triplet: 13, 1D and 6C. RGB value is (19,29,108). Sum of RGB (Red+Green+Blue) = 19+29+108=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #131D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D6C is #ECE293. Grayscale: #222222. Windows color (decimal): -15524500 or 7085331. OLE color: 7085331.

HSL color Cylindrical-coordinate representation of color #131D6C: hue angle of 233.26º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131D6C is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 29 108 -
CMYK 0.82 0.73 0 0.58
HSL 233.26º 0.7% 0.25% -
HSV(B) 233.26º 0.82% 0.42% -
XYZ 3.41 2.1 14.41 -
YUV 35.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 19 29 108 0.82 0.73 0 0.58 233.26 0.7 0.25
Hex 13 1D 6C 52 49 0 3A E9 46 19
Octal 23 35 154 122 111 0 72 351 106 31
Binary 10011 11101 1101100 1010010 1001001 0 111010 11101001 1000110 11001

Color Harmonies of #131D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D6C

Black with #131D6C

Text Example


Text Example

White with #131D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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