Html Css Color HEX #131569 Midnight Blue

📋 copy color: '#131569'

red 19 ◦ green 21 ◦ blue 105

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

Shades of Midnight Blue #131569

Tints of Midnight Blue #131569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

 BLUE value IS 105 (41.41% from 255) = 72.41%

R = 13.1%
G = 14.48%
B = 72.41%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131569 (or 0x131569) is known color: Midnight Blue. HEX triplet: 13, 15 and 69. RGB value is (19,21,105). Sum of RGB (Red+Green+Blue) = 19+21+105=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #131569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131569 is #ECEA96. Grayscale: #1D1D1D. Windows color (decimal): -15526551 or 6886675. OLE color: 6886675.

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

Color convert

RGB 19 21 105 -
CMYK 0.82 0.80 0 0.59
HSL 238.6º 0.69% 0.24% -
HSV(B) 238.6º 0.82% 0.41% -
XYZ 3.09 1.69 13.53 -
YUV 29.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 19 21 105 0.82 0.80 0 0.59 238.6 0.69 0.24
Hex 13 15 69 52 50 0 3B EF 45 18
Octal 23 25 151 122 120 0 73 357 105 30
Binary 10011 10101 1101001 1010010 1010000 0 111011 11101111 1000101 11000

Color Harmonies of #131569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131569

Black with #131569

Text Example


Text Example

White with #131569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131569; }

 p { color: rgb(19,21,105); }

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

background-color css

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

 a { background-color: rgb(19,21,105); }

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

border-color css

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

 span { border-color: rgb(19,21,105); }

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