Html Css Color HEX #130A56 Midnight Blue

📋 copy color: '#130A56'

red 19 ◦ green 10 ◦ blue 86

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

Shades of Midnight Blue #130A56

Tints of Midnight Blue #130A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.7%

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

R = 16.52%
G = 8.7%
B = 74.78%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#130A56 (or 0x130A56) is known color: Midnight Blue. HEX triplet: 13, 0A and 56. RGB value is (19,10,86). Sum of RGB (Red+Green+Blue) = 19+10+86=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #130A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A56 is #ECF5A9. Grayscale: #151515. Windows color (decimal): -15529386 or 5638675. OLE color: 5638675.

HSL color Cylindrical-coordinate representation of color #130A56: hue angle of 247.11º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130A56 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 10 86 -
CMYK 0.78 0.88 0 0.66
HSL 247.11º 0.79% 0.19% -
HSV(B) 247.11º 0.88% 0.34% -
XYZ 2.06 1.03 8.89 -
YUV 21.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 19 10 86 0.78 0.88 0 0.66 247.11 0.79 0.19
Hex 13 A 56 4E 58 0 42 F7 4F 13
Octal 23 12 126 116 130 0 102 367 117 23
Binary 10011 1010 1010110 1001110 1011000 0 1000010 11110111 1001111 10011

Color Harmonies of #130A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A56

Black with #130A56

Text Example


Text Example

White with #130A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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