Html Css Color HEX #130E70 Midnight Blue

📋 copy color: '#130E70'

red 19 ◦ green 14 ◦ blue 112

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

Shades of Midnight Blue #130E70

Tints of Midnight Blue #130E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

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

R = 13.1%
G = 9.66%
B = 77.24%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130E70 (or 0x130E70) is known color: Midnight Blue. HEX triplet: 13, 0E and 70. RGB value is (19,14,112). Sum of RGB (Red+Green+Blue) = 19+14+112=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #130E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E70 is #ECF18F. Grayscale: #1A1A1A. Windows color (decimal): -15528336 or 7343635. OLE color: 7343635.

HSL color Cylindrical-coordinate representation of color #130E70: hue angle of 243.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E70 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 14 112 -
CMYK 0.83 0.88 0 0.56
HSL 243.06º 0.78% 0.25% -
HSV(B) 243.06º 0.88% 0.44% -
XYZ 3.35 1.62 15.47 -
YUV 26.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 19 14 112 0.83 0.88 0 0.56 243.06 0.78 0.25
Hex 13 E 70 53 58 0 38 F3 4E 19
Octal 23 16 160 123 130 0 70 363 116 31
Binary 10011 1110 1110000 1010011 1011000 0 111000 11110011 1001110 11001

Color Harmonies of #130E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E70

Black with #130E70

Text Example


Text Example

White with #130E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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