Html Css Color HEX #130570 Midnight Blue

📋 copy color: '#130570'

red 19 ◦ green 5 ◦ blue 112

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

Shades of Midnight Blue #130570

Tints of Midnight Blue #130570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 13.97%
G = 3.68%
B = 82.35%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130570 (or 0x130570) is known color: Midnight Blue. HEX triplet: 13, 05 and 70. RGB value is (19,5,112). Sum of RGB (Red+Green+Blue) = 19+5+112=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #130570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130570 is #ECFA8F. Grayscale: #141414. Windows color (decimal): -15530640 or 7341331. OLE color: 7341331.

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

Color convert

RGB 19 5 112 -
CMYK 0.83 0.96 0 0.56
HSL 247.85º 0.91% 0.23% -
HSV(B) 247.85º 0.96% 0.44% -
XYZ 3.25 1.42 15.43 -
YUV 21.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 19 5 112 0.83 0.96 0 0.56 247.85 0.91 0.23
Hex 13 5 70 53 60 0 38 F8 5B 17
Octal 23 5 160 123 140 0 70 370 133 27
Binary 10011 101 1110000 1010011 1100000 0 111000 11111000 1011011 10111

Color Harmonies of #130570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130570

Black with #130570

Text Example


Text Example

White with #130570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130570; }

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

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

background-color css

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

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

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

border-color css

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

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

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