Html Css Color HEX #130454 Midnight Blue

📋 copy color: '#130454'

red 19 ◦ green 4 ◦ blue 84

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

Shades of Midnight Blue #130454

Tints of Midnight Blue #130454

RGB

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

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

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

R = 17.76%
G = 3.74%
B = 78.5%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130454 (or 0x130454) is known color: Midnight Blue. HEX triplet: 13, 04 and 54. RGB value is (19,4,84). Sum of RGB (Red+Green+Blue) = 19+4+84=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #130454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130454 is #ECFBAB. Grayscale: #111111. Windows color (decimal): -15530924 or 5506067. OLE color: 5506067.

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

Color convert

RGB 19 4 84 -
CMYK 0.77 0.95 0 0.67
HSL 251.25º 0.91% 0.17% -
HSV(B) 251.25º 0.95% 0.33% -
XYZ 1.91 0.87 8.45 -
YUV 17.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 19 4 84 0.77 0.95 0 0.67 251.25 0.91 0.17
Hex 13 4 54 4D 5F 0 43 FB 5B 11
Octal 23 4 124 115 137 0 103 373 133 21
Binary 10011 100 1010100 1001101 1011111 0 1000011 11111011 1011011 10001

Color Harmonies of #130454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130454

Black with #130454

Text Example


Text Example

White with #130454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130454; }

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

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

background-color css

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

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

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

border-color css

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

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

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