Html Css Color HEX #130769 Midnight Blue

📋 copy color: '#130769'

red 19 ◦ green 7 ◦ blue 105

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

Shades of Midnight Blue #130769

Tints of Midnight Blue #130769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

 BLUE value IS 105 (41.41% from 255) = 80.15%

R = 14.5%
G = 5.34%
B = 80.15%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#130769 (or 0x130769) is known color: Midnight Blue. HEX triplet: 13, 07 and 69. RGB value is (19,7,105). Sum of RGB (Red+Green+Blue) = 19+7+105=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #130769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130769 is #ECF896. Grayscale: #151515. Windows color (decimal): -15530135 or 6883091. OLE color: 6883091.

HSL color Cylindrical-coordinate representation of color #130769: hue angle of 247.35º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130769 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 7 105 -
CMYK 0.82 0.93 0 0.59
HSL 247.35º 0.88% 0.22% -
HSV(B) 247.35º 0.93% 0.41% -
XYZ 2.89 1.31 13.46 -
YUV 21.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 19 7 105 0.82 0.93 0 0.59 247.35 0.88 0.22
Hex 13 7 69 52 5D 0 3B F7 58 16
Octal 23 7 151 122 135 0 73 367 130 26
Binary 10011 111 1101001 1010010 1011101 0 111011 11110111 1011000 10110

Color Harmonies of #130769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130769

Black with #130769

Text Example


Text Example

White with #130769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130769; }

 p { color: rgb(19,7,105); }

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

background-color css

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

 a { background-color: rgb(19,7,105); }

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

border-color css

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

 span { border-color: rgb(19,7,105); }

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