Html Css Color HEX #130D5E Midnight Blue

📋 copy color: '#130D5E'

red 19 ◦ green 13 ◦ blue 94

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

Shades of Midnight Blue #130D5E

Tints of Midnight Blue #130D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.32%

 BLUE value IS 94 (37.11% from 255) = 74.6%

R = 15.08%
G = 10.32%
B = 74.6%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#130D5E (or 0x130D5E) is known color: Midnight Blue. HEX triplet: 13, 0D and 5E. RGB value is (19,13,94). Sum of RGB (Red+Green+Blue) = 19+13+94=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #130D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D5E is #ECF2A1. Grayscale: #171717. Windows color (decimal): -15528610 or 6163731. OLE color: 6163731.

HSL color Cylindrical-coordinate representation of color #130D5E: hue angle of 244.44º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130D5E is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 13 94 -
CMYK 0.80 0.86 0 0.63
HSL 244.44º 0.76% 0.21% -
HSV(B) 244.44º 0.86% 0.37% -
XYZ 2.43 1.23 10.7 -
YUV 24.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 19 13 94 0.80 0.86 0 0.63 244.44 0.76 0.21
Hex 13 D 5E 50 56 0 3F F4 4C 15
Octal 23 15 136 120 126 0 77 364 114 25
Binary 10011 1101 1011110 1010000 1010110 0 111111 11110100 1001100 10101

Color Harmonies of #130D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D5E

Black with #130D5E

Text Example


Text Example

White with #130D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130D5E; }

 p { color: rgb(19,13,94); }

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

background-color css

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

 a { background-color: rgb(19,13,94); }

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

border-color css

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

 span { border-color: rgb(19,13,94); }

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