Html Css Color HEX #131967 Midnight Blue

📋 copy color: '#131967'

red 19 ◦ green 25 ◦ blue 103

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

Shades of Midnight Blue #131967

Tints of Midnight Blue #131967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 103 (40.63% from 255) = 70.07%

R = 12.93%
G = 17.01%
B = 70.07%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131967 (or 0x131967) is known color: Midnight Blue. HEX triplet: 13, 19 and 67. RGB value is (19,25,103). Sum of RGB (Red+Green+Blue) = 19+25+103=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #131967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131967 is #ECE698. Grayscale: #1F1F1F. Windows color (decimal): -15525529 or 6756627. OLE color: 6756627.

HSL color Cylindrical-coordinate representation of color #131967: hue angle of 235.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131967 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 25 103 -
CMYK 0.82 0.76 0 0.60
HSL 235.71º 0.69% 0.24% -
HSV(B) 235.71º 0.82% 0.4% -
XYZ 3.06 1.81 13.02 -
YUV 32.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 19 25 103 0.82 0.76 0 0.60 235.71 0.69 0.24
Hex 13 19 67 52 4C 0 3C EC 45 18
Octal 23 31 147 122 114 0 74 354 105 30
Binary 10011 11001 1100111 1010010 1001100 0 111100 11101100 1000101 11000

Color Harmonies of #131967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131967

Black with #131967

Text Example


Text Example

White with #131967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131967; }

 p { color: rgb(19,25,103); }

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

background-color css

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

 a { background-color: rgb(19,25,103); }

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

border-color css

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

 span { border-color: rgb(19,25,103); }

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