Html Css Color HEX #130661 Midnight Blue

📋 copy color: '#130661'

red 19 ◦ green 6 ◦ blue 97

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

Shades of Midnight Blue #130661

Tints of Midnight Blue #130661

RGB

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

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

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

R = 15.57%
G = 4.92%
B = 79.51%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#130661 (or 0x130661) is known color: Midnight Blue. HEX triplet: 13, 06 and 61. RGB value is (19,6,97). Sum of RGB (Red+Green+Blue) = 19+6+97=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #130661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130661 is #ECF99E. Grayscale: #131313. Windows color (decimal): -15530399 or 6358547. OLE color: 6358547.

HSL color Cylindrical-coordinate representation of color #130661: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130661 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 6 97 -
CMYK 0.80 0.94 0 0.62
HSL 248.57º 0.88% 0.2% -
HSV(B) 248.57º 0.94% 0.38% -
XYZ 2.49 1.13 11.4 -
YUV 20.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 19 6 97 0.80 0.94 0 0.62 248.57 0.88 0.2
Hex 13 6 61 50 5E 0 3E F9 58 14
Octal 23 6 141 120 136 0 76 371 130 24
Binary 10011 110 1100001 1010000 1011110 0 111110 11111001 1011000 10100

Color Harmonies of #130661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130661

Black with #130661

Text Example


Text Example

White with #130661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130661; }

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

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

background-color css

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

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

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

border-color css

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

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

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