Html Css Color HEX #130357 Midnight Blue

📋 copy color: '#130357'

red 19 ◦ green 3 ◦ blue 87

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

Shades of Midnight Blue #130357

Tints of Midnight Blue #130357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 87 (34.38% from 255) = 79.82%

R = 17.43%
G = 2.75%
B = 79.82%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#130357 (or 0x130357) is known color: Midnight Blue. HEX triplet: 13, 03 and 57. RGB value is (19,3,87). Sum of RGB (Red+Green+Blue) = 19+3+87=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #130357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130357 is #ECFCA8. Grayscale: #111111. Windows color (decimal): -15531177 or 5702419. OLE color: 5702419.

HSL color Cylindrical-coordinate representation of color #130357: hue angle of 251.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130357 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 3 87 -
CMYK 0.78 0.97 0 0.66
HSL 251.43º 0.93% 0.18% -
HSV(B) 251.43º 0.97% 0.34% -
XYZ 2.02 0.89 9.08 -
YUV 17.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 19 3 87 0.78 0.97 0 0.66 251.43 0.93 0.18
Hex 13 3 57 4E 61 0 42 FB 5D 12
Octal 23 3 127 116 141 0 102 373 135 22
Binary 10011 11 1010111 1001110 1100001 0 1000010 11111011 1011101 10010

Color Harmonies of #130357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130357

Black with #130357

Text Example


Text Example

White with #130357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130357; }

 p { color: rgb(19,3,87); }

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

background-color css

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

 a { background-color: rgb(19,3,87); }

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

border-color css

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

 span { border-color: rgb(19,3,87); }

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