Html Css Color HEX #130B61 Midnight Blue

📋 copy color: '#130B61'

red 19 ◦ green 11 ◦ blue 97

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

Shades of Midnight Blue #130B61

Tints of Midnight Blue #130B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.66%

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

R = 14.96%
G = 8.66%
B = 76.38%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130B61 (or 0x130B61) is known color: Midnight Blue. HEX triplet: 13, 0B and 61. RGB value is (19,11,97). Sum of RGB (Red+Green+Blue) = 19+11+97=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #130B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B61 is #ECF49E. Grayscale: #161616. Windows color (decimal): -15529119 or 6359827. OLE color: 6359827.

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

Color convert

RGB 19 11 97 -
CMYK 0.80 0.89 0 0.62
HSL 245.58º 0.8% 0.21% -
HSV(B) 245.58º 0.89% 0.38% -
XYZ 2.55 1.24 11.41 -
YUV 23.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 19 11 97 0.80 0.89 0 0.62 245.58 0.8 0.21
Hex 13 B 61 50 59 0 3E F6 50 15
Octal 23 13 141 120 131 0 76 366 120 25
Binary 10011 1011 1100001 1010000 1011001 0 111110 11110110 1010000 10101

Color Harmonies of #130B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B61

Black with #130B61

Text Example


Text Example

White with #130B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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