Html Css Color HEX #130554 Midnight Blue

📋 copy color: '#130554'

red 19 ◦ green 5 ◦ blue 84

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

Shades of Midnight Blue #130554

Tints of Midnight Blue #130554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 77.78%

R = 17.59%
G = 4.63%
B = 77.78%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130554 (or 0x130554) is known color: Midnight Blue. HEX triplet: 13, 05 and 54. RGB value is (19,5,84). Sum of RGB (Red+Green+Blue) = 19+5+84=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #130554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130554 is #ECFAAB. Grayscale: #111111. Windows color (decimal): -15530668 or 5506323. OLE color: 5506323.

HSL color Cylindrical-coordinate representation of color #130554: hue angle of 250.63º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130554 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 5 84 -
CMYK 0.77 0.94 0 0.67
HSL 250.63º 0.89% 0.17% -
HSV(B) 250.63º 0.94% 0.33% -
XYZ 1.92 0.89 8.46 -
YUV 18.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 19 5 84 0.77 0.94 0 0.67 250.63 0.89 0.17
Hex 13 5 54 4D 5E 0 43 FB 59 11
Octal 23 5 124 115 136 0 103 373 131 21
Binary 10011 101 1010100 1001101 1011110 0 1000011 11111011 1011001 10001

Color Harmonies of #130554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130554

Black with #130554

Text Example


Text Example

White with #130554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130554; }

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

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

background-color css

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

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

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

border-color css

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

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

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