Html Css Color HEX #130A5E Midnight Blue

📋 copy color: '#130A5E'

red 19 ◦ green 10 ◦ blue 94

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

Shades of Midnight Blue #130A5E

Tints of Midnight Blue #130A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 15.45%
G = 8.13%
B = 76.42%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#130A5E (or 0x130A5E) is known color: Midnight Blue. HEX triplet: 13, 0A and 5E. RGB value is (19,10,94). Sum of RGB (Red+Green+Blue) = 19+10+94=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #130A5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A5E is #ECF5A1. Grayscale: #151515. Windows color (decimal): -15529378 or 6162963. OLE color: 6162963.

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

Color convert

RGB 19 10 94 -
CMYK 0.80 0.89 0 0.63
HSL 246.43º 0.81% 0.2% -
HSV(B) 246.43º 0.89% 0.37% -
XYZ 2.4 1.16 10.69 -
YUV 22.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 19 10 94 0.80 0.89 0 0.63 246.43 0.81 0.2
Hex 13 A 5E 50 59 0 3F F6 51 14
Octal 23 12 136 120 131 0 77 366 121 24
Binary 10011 1010 1011110 1010000 1011001 0 111111 11110110 1010001 10100

Color Harmonies of #130A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A5E

Black with #130A5E

Text Example


Text Example

White with #130A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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