Html Css Color HEX #131567 Midnight Blue

📋 copy color: '#131567'

red 19 ◦ green 21 ◦ blue 103

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

Shades of Midnight Blue #131567

Tints of Midnight Blue #131567

RGB

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

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

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

R = 13.29%
G = 14.69%
B = 72.03%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131567 (or 0x131567) is known color: Midnight Blue. HEX triplet: 13, 15 and 67. RGB value is (19,21,103). Sum of RGB (Red+Green+Blue) = 19+21+103=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #131567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131567 is #ECEA98. Grayscale: #1D1D1D. Windows color (decimal): -15526553 or 6755603. OLE color: 6755603.

HSL color Cylindrical-coordinate representation of color #131567: hue angle of 238.57º 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 #131567 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 21 103 -
CMYK 0.82 0.80 0 0.60
HSL 238.57º 0.69% 0.24% -
HSV(B) 238.57º 0.82% 0.4% -
XYZ 2.98 1.65 12.99 -
YUV 29.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 19 21 103 0.82 0.80 0 0.60 238.57 0.69 0.24
Hex 13 15 67 52 50 0 3C EF 45 18
Octal 23 25 147 122 120 0 74 357 105 30
Binary 10011 10101 1100111 1010010 1010000 0 111100 11101111 1000101 11000

Color Harmonies of #131567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131567

Black with #131567

Text Example


Text Example

White with #131567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131567; }

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

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

background-color css

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

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

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

border-color css

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

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

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