Html Css Color HEX #130575 Midnight Blue

📋 copy color: '#130575'

red 19 ◦ green 5 ◦ blue 117

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

Shades of Midnight Blue #130575

Tints of Midnight Blue #130575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 82.98%

R = 13.48%
G = 3.55%
B = 82.98%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130575 (or 0x130575) is known color: Midnight Blue. HEX triplet: 13, 05 and 75. RGB value is (19,5,117). Sum of RGB (Red+Green+Blue) = 19+5+117=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #130575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130575 is #ECFA8A. Grayscale: #151515. Windows color (decimal): -15530635 or 7669011. OLE color: 7669011.

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

Color convert

RGB 19 5 117 -
CMYK 0.84 0.96 0 0.54
HSL 247.5º 0.92% 0.24% -
HSV(B) 247.5º 0.96% 0.46% -
XYZ 3.53 1.53 16.94 -
YUV 21.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 19 5 117 0.84 0.96 0 0.54 247.5 0.92 0.24
Hex 13 5 75 54 60 0 36 F8 5C 18
Octal 23 5 165 124 140 0 66 370 134 30
Binary 10011 101 1110101 1010100 1100000 0 110110 11111000 1011100 11000

Color Harmonies of #130575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130575

Black with #130575

Text Example


Text Example

White with #130575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130575; }

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

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

background-color css

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

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

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

border-color css

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

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

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