Html Css Color HEX #130472 Midnight Blue

📋 copy color: '#130472'

red 19 ◦ green 4 ◦ blue 114

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

Shades of Midnight Blue #130472

Tints of Midnight Blue #130472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 114 (44.92% from 255) = 83.21%

R = 13.87%
G = 2.92%
B = 83.21%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130472 (or 0x130472) is known color: Midnight Blue. HEX triplet: 13, 04 and 72. RGB value is (19,4,114). Sum of RGB (Red+Green+Blue) = 19+4+114=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #130472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130472 is #ECFB8D. Grayscale: #141414. Windows color (decimal): -15530894 or 7472147. OLE color: 7472147.

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

Color convert

RGB 19 4 114 -
CMYK 0.83 0.96 0 0.55
HSL 248.18º 0.93% 0.23% -
HSV(B) 248.18º 0.96% 0.45% -
XYZ 3.35 1.44 16.02 -
YUV 21.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 19 4 114 0.83 0.96 0 0.55 248.18 0.93 0.23
Hex 13 4 72 53 60 0 37 F8 5D 17
Octal 23 4 162 123 140 0 67 370 135 27
Binary 10011 100 1110010 1010011 1100000 0 110111 11111000 1011101 10111

Color Harmonies of #130472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130472

Black with #130472

Text Example


Text Example

White with #130472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130472; }

 p { color: rgb(19,4,114); }

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

background-color css

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

 a { background-color: rgb(19,4,114); }

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

border-color css

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

 span { border-color: rgb(19,4,114); }

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