Html Css Color HEX #130558 Midnight Blue

📋 copy color: '#130558'

red 19 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #130558

Tints of Midnight Blue #130558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 78.57%

R = 16.96%
G = 4.46%
B = 78.57%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#130558 (or 0x130558) is known color: Midnight Blue. HEX triplet: 13, 05 and 58. RGB value is (19,5,88). Sum of RGB (Red+Green+Blue) = 19+5+88=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #130558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130558 is #ECFAA7. Grayscale: #121212. Windows color (decimal): -15530664 or 5768467. OLE color: 5768467.

HSL color Cylindrical-coordinate representation of color #130558: hue angle of 250.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130558 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 5 88 -
CMYK 0.78 0.94 0 0.65
HSL 250.12º 0.89% 0.18% -
HSV(B) 250.12º 0.94% 0.35% -
XYZ 2.08 0.95 9.31 -
YUV 18.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 19 5 88 0.78 0.94 0 0.65 250.12 0.89 0.18
Hex 13 5 58 4E 5E 0 41 FA 59 12
Octal 23 5 130 116 136 0 101 372 131 22
Binary 10011 101 1011000 1001110 1011110 0 1000001 11111010 1011001 10010

Color Harmonies of #130558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130558

Black with #130558

Text Example


Text Example

White with #130558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130558; }

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

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

background-color css

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

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

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

border-color css

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

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

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