Html Css Color HEX #130170 Midnight Blue

📋 copy color: '#130170'

red 19 ◦ green 1 ◦ blue 112

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

Shades of Midnight Blue #130170

Tints of Midnight Blue #130170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 14.39%
G = 0.76%
B = 84.85%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130170 (or 0x130170) is known color: Midnight Blue. HEX triplet: 13, 01 and 70. RGB value is (19,1,112). Sum of RGB (Red+Green+Blue) = 19+1+112=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #130170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130170 is #ECFE8F. Grayscale: #121212. Windows color (decimal): -15531664 or 7340307. OLE color: 7340307.

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

Color convert

RGB 19 1 112 -
CMYK 0.83 0.99 0 0.56
HSL 249.73º 0.98% 0.22% -
HSV(B) 249.73º 0.99% 0.44% -
XYZ 3.2 1.33 15.42 -
YUV 19.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 19 1 112 0.83 0.99 0 0.56 249.73 0.98 0.22
Hex 13 1 70 53 63 0 38 FA 62 16
Octal 23 1 160 123 143 0 70 372 142 26
Binary 10011 1 1110000 1010011 1100011 0 111000 11111010 1100010 10110

Color Harmonies of #130170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130170

Black with #130170

Text Example


Text Example

White with #130170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130170; }

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

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

background-color css

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

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

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

border-color css

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

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

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