Html Css Color HEX #130572 Midnight Blue

📋 copy color: '#130572'

red 19 ◦ green 5 ◦ blue 114

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

Shades of Midnight Blue #130572

Tints of Midnight Blue #130572

RGB

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

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

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

R = 13.77%
G = 3.62%
B = 82.61%

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

#130572 (or 0x130572) is known color: Midnight Blue. HEX triplet: 13, 05 and 72. RGB value is (19,5,114). Sum of RGB (Red+Green+Blue) = 19+5+114=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #130572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130572 is #ECFA8D. Grayscale: #151515. Windows color (decimal): -15530638 or 7472403. OLE color: 7472403.

HSL color Cylindrical-coordinate representation of color #130572: hue angle of 247.71º degrees, saturation: 0.92, 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 #130572 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 5 114 -
CMYK 0.83 0.96 0 0.55
HSL 247.71º 0.92% 0.23% -
HSV(B) 247.71º 0.96% 0.45% -
XYZ 3.36 1.46 16.02 -
YUV 21.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 19 5 114 0.83 0.96 0 0.55 247.71 0.92 0.23
Hex 13 5 72 53 60 0 37 F8 5C 17
Octal 23 5 162 123 140 0 67 370 134 27
Binary 10011 101 1110010 1010011 1100000 0 110111 11111000 1011100 10111

Color Harmonies of #130572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130572

Black with #130572

Text Example


Text Example

White with #130572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130572; }

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

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

background-color css

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

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

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

border-color css

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

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

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