Html Css Color HEX #130966 Midnight Blue

📋 copy color: '#130966'

red 19 ◦ green 9 ◦ blue 102

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

Shades of Midnight Blue #130966

Tints of Midnight Blue #130966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

 BLUE value IS 102 (40.23% from 255) = 78.46%

R = 14.62%
G = 6.92%
B = 78.46%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#130966 (or 0x130966) is known color: Midnight Blue. HEX triplet: 13, 09 and 66. RGB value is (19,9,102). Sum of RGB (Red+Green+Blue) = 19+9+102=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #130966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130966 is #ECF699. Grayscale: #161616. Windows color (decimal): -15529626 or 6686995. OLE color: 6686995.

HSL color Cylindrical-coordinate representation of color #130966: hue angle of 246.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130966 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 9 102 -
CMYK 0.81 0.91 0 0.6
HSL 246.45º 0.84% 0.22% -
HSV(B) 246.45º 0.91% 0.4% -
XYZ 2.76 1.29 12.67 -
YUV 22.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 19 9 102 0.81 0.91 0 0.6 246.45 0.84 0.22
Hex 13 9 66 51 5B 0 3C F6 54 16
Octal 23 11 146 121 133 0 74 366 124 26
Binary 10011 1001 1100110 1010001 1011011 0 111100 11110110 1010100 10110

Color Harmonies of #130966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130966

Black with #130966

Text Example


Text Example

White with #130966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130966; }

 p { color: rgb(19,9,102); }

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

background-color css

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

 a { background-color: rgb(19,9,102); }

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

border-color css

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

 span { border-color: rgb(19,9,102); }

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