Html Css Color HEX #130970 Midnight Blue

📋 copy color: '#130970'

red 19 ◦ green 9 ◦ blue 112

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

Shades of Midnight Blue #130970

Tints of Midnight Blue #130970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 80%

R = 13.57%
G = 6.43%
B = 80%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130970 (or 0x130970) is known color: Midnight Blue. HEX triplet: 13, 09 and 70. RGB value is (19,9,112). Sum of RGB (Red+Green+Blue) = 19+9+112=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #130970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130970 is #ECF68F. Grayscale: #171717. Windows color (decimal): -15529616 or 7342355. OLE color: 7342355.

HSL color Cylindrical-coordinate representation of color #130970: hue angle of 245.83º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130970 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 9 112 -
CMYK 0.83 0.92 0 0.56
HSL 245.83º 0.85% 0.24% -
HSV(B) 245.83º 0.92% 0.44% -
XYZ 3.29 1.5 15.45 -
YUV 23.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 19 9 112 0.83 0.92 0 0.56 245.83 0.85 0.24
Hex 13 9 70 53 5C 0 38 F6 55 18
Octal 23 11 160 123 134 0 70 366 125 30
Binary 10011 1001 1110000 1010011 1011100 0 111000 11110110 1010101 11000

Color Harmonies of #130970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130970

Black with #130970

Text Example


Text Example

White with #130970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130970; }

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

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

background-color css

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

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

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

border-color css

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

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

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