Html Css Color HEX #130270 Midnight Blue

📋 copy color: '#130270'

red 19 ◦ green 2 ◦ blue 112

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

Shades of Midnight Blue #130270

Tints of Midnight Blue #130270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 14.29%
G = 1.5%
B = 84.21%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130270 (or 0x130270) is known color: Midnight Blue. HEX triplet: 13, 02 and 70. RGB value is (19,2,112). Sum of RGB (Red+Green+Blue) = 19+2+112=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #130270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130270 is #ECFD8F. Grayscale: #131313. Windows color (decimal): -15531408 or 7340563. OLE color: 7340563.

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

Color convert

RGB 19 2 112 -
CMYK 0.83 0.98 0 0.56
HSL 249.27º 0.96% 0.22% -
HSV(B) 249.27º 0.98% 0.44% -
XYZ 3.21 1.35 15.42 -
YUV 19.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 19 2 112 0.83 0.98 0 0.56 249.27 0.96 0.22
Hex 13 2 70 53 62 0 38 F9 60 16
Octal 23 2 160 123 142 0 70 371 140 26
Binary 10011 10 1110000 1010011 1100010 0 111000 11111001 1100000 10110

Color Harmonies of #130270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130270

Black with #130270

Text Example


Text Example

White with #130270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130270; }

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

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

background-color css

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

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

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

border-color css

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

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

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