Html Css Color HEX #130D61 Midnight Blue

📋 copy color: '#130D61'

red 19 ◦ green 13 ◦ blue 97

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

Shades of Midnight Blue #130D61

Tints of Midnight Blue #130D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.08%

 BLUE value IS 97 (38.28% from 255) = 75.19%

R = 14.73%
G = 10.08%
B = 75.19%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130D61 (or 0x130D61) is known color: Midnight Blue. HEX triplet: 13, 0D and 61. RGB value is (19,13,97). Sum of RGB (Red+Green+Blue) = 19+13+97=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #130D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D61 is #ECF29E. Grayscale: #181818. Windows color (decimal): -15528607 or 6360339. OLE color: 6360339.

HSL color Cylindrical-coordinate representation of color #130D61: hue angle of 244.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130D61 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 13 97 -
CMYK 0.80 0.87 0 0.62
HSL 244.29º 0.76% 0.22% -
HSV(B) 244.29º 0.87% 0.38% -
XYZ 2.57 1.29 11.42 -
YUV 24.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 19 13 97 0.80 0.87 0 0.62 244.29 0.76 0.22
Hex 13 D 61 50 57 0 3E F4 4C 16
Octal 23 15 141 120 127 0 76 364 114 26
Binary 10011 1101 1100001 1010000 1010111 0 111110 11110100 1001100 10110

Color Harmonies of #130D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D61

Black with #130D61

Text Example


Text Example

White with #130D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,97); }

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

background-color css

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

 a { background-color: rgb(19,13,97); }

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

border-color css

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

 span { border-color: rgb(19,13,97); }

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