Html Css Color HEX #130856 Midnight Blue

📋 copy color: '#130856'

red 19 ◦ green 8 ◦ blue 86

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

Shades of Midnight Blue #130856

Tints of Midnight Blue #130856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 86 (33.98% from 255) = 76.11%

R = 16.81%
G = 7.08%
B = 76.11%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#130856 (or 0x130856) is known color: Midnight Blue. HEX triplet: 13, 08 and 56. RGB value is (19,8,86). Sum of RGB (Red+Green+Blue) = 19+8+86=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #130856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130856 is #ECF7A9. Grayscale: #131313. Windows color (decimal): -15529898 or 5638163. OLE color: 5638163.

HSL color Cylindrical-coordinate representation of color #130856: hue angle of 248.46º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130856 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 8 86 -
CMYK 0.78 0.91 0 0.66
HSL 248.46º 0.83% 0.18% -
HSV(B) 248.46º 0.91% 0.34% -
XYZ 2.04 0.98 8.89 -
YUV 20.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 19 8 86 0.78 0.91 0 0.66 248.46 0.83 0.18
Hex 13 8 56 4E 5B 0 42 F8 53 12
Octal 23 10 126 116 133 0 102 370 123 22
Binary 10011 1000 1010110 1001110 1011011 0 1000010 11111000 1010011 10010

Color Harmonies of #130856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130856

Black with #130856

Text Example


Text Example

White with #130856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130856; }

 p { color: rgb(19,8,86); }

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

background-color css

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

 a { background-color: rgb(19,8,86); }

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

border-color css

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

 span { border-color: rgb(19,8,86); }

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