Html Css Color HEX #130370 Midnight Blue

📋 copy color: '#130370'

red 19 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #130370

Tints of Midnight Blue #130370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 14.18%
G = 2.24%
B = 83.58%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130370 (or 0x130370) is known color: Midnight Blue. HEX triplet: 13, 03 and 70. RGB value is (19,3,112). Sum of RGB (Red+Green+Blue) = 19+3+112=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #130370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130370 is #ECFC8F. Grayscale: #131313. Windows color (decimal): -15531152 or 7340819. OLE color: 7340819.

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

Color convert

RGB 19 3 112 -
CMYK 0.83 0.97 0 0.56
HSL 248.81º 0.95% 0.23% -
HSV(B) 248.81º 0.97% 0.44% -
XYZ 3.23 1.37 15.42 -
YUV 20.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 19 3 112 0.83 0.97 0 0.56 248.81 0.95 0.23
Hex 13 3 70 53 61 0 38 F9 5F 17
Octal 23 3 160 123 141 0 70 371 137 27
Binary 10011 11 1110000 1010011 1100001 0 111000 11111001 1011111 10111

Color Harmonies of #130370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130370

Black with #130370

Text Example


Text Example

White with #130370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130370; }

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

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

background-color css

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

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

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

border-color css

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

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

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