Html Css Color HEX #130656 Midnight Blue

📋 copy color: '#130656'

red 19 ◦ green 6 ◦ blue 86

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

Shades of Midnight Blue #130656

Tints of Midnight Blue #130656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 17.12%
G = 5.41%
B = 77.48%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#130656 (or 0x130656) is known color: Midnight Blue. HEX triplet: 13, 06 and 56. RGB value is (19,6,86). Sum of RGB (Red+Green+Blue) = 19+6+86=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #130656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130656 is #ECF9A9. Grayscale: #121212. Windows color (decimal): -15530410 or 5637651. OLE color: 5637651.

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

Color convert

RGB 19 6 86 -
CMYK 0.78 0.93 0 0.66
HSL 249.75º 0.87% 0.18% -
HSV(B) 249.75º 0.93% 0.34% -
XYZ 2.01 0.94 8.88 -
YUV 19.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 19 6 86 0.78 0.93 0 0.66 249.75 0.87 0.18
Hex 13 6 56 4E 5D 0 42 FA 57 12
Octal 23 6 126 116 135 0 102 372 127 22
Binary 10011 110 1010110 1001110 1011101 0 1000010 11111010 1010111 10010

Color Harmonies of #130656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130656

Black with #130656

Text Example


Text Example

White with #130656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130656; }

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

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

background-color css

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

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

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

border-color css

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

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

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