Html Css Color HEX #130574 Midnight Blue

📋 copy color: '#130574'

red 19 ◦ green 5 ◦ blue 116

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

Shades of Midnight Blue #130574

Tints of Midnight Blue #130574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 13.57%
G = 3.57%
B = 82.86%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130574 (or 0x130574) is known color: Midnight Blue. HEX triplet: 13, 05 and 74. RGB value is (19,5,116). Sum of RGB (Red+Green+Blue) = 19+5+116=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #130574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130574 is #ECFA8B. Grayscale: #151515. Windows color (decimal): -15530636 or 7603475. OLE color: 7603475.

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

Color convert

RGB 19 5 116 -
CMYK 0.84 0.96 0 0.55
HSL 247.57º 0.92% 0.24% -
HSV(B) 247.57º 0.96% 0.45% -
XYZ 3.48 1.51 16.63 -
YUV 21.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 19 5 116 0.84 0.96 0 0.55 247.57 0.92 0.24
Hex 13 5 74 54 60 0 37 F8 5C 18
Octal 23 5 164 124 140 0 67 370 134 30
Binary 10011 101 1110100 1010100 1100000 0 110111 11111000 1011100 11000

Color Harmonies of #130574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130574

Black with #130574

Text Example


Text Example

White with #130574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130574; }

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

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

background-color css

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

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

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

border-color css

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

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

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