Html Css Color HEX #130A5F Midnight Blue

📋 copy color: '#130A5F'

red 19 ◦ green 10 ◦ blue 95

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

Shades of Midnight Blue #130A5F

Tints of Midnight Blue #130A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 76.61%

R = 15.32%
G = 8.06%
B = 76.61%

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

#130A5F (or 0x130A5F) is known color: Midnight Blue. HEX triplet: 13, 0A and 5F. RGB value is (19,10,95). Sum of RGB (Red+Green+Blue) = 19+10+95=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #130A5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A5F is #ECF5A0. Grayscale: #161616. Windows color (decimal): -15529377 or 6228499. OLE color: 6228499.

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

Color convert

RGB 19 10 95 -
CMYK 0.80 0.89 0 0.63
HSL 246.35º 0.81% 0.21% -
HSV(B) 246.35º 0.89% 0.37% -
XYZ 2.44 1.18 10.93 -
YUV 22.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 19 10 95 0.80 0.89 0 0.63 246.35 0.81 0.21
Hex 13 A 5F 50 59 0 3F F6 51 15
Octal 23 12 137 120 131 0 77 366 121 25
Binary 10011 1010 1011111 1010000 1011001 0 111111 11110110 1010001 10101

Color Harmonies of #130A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A5F

Black with #130A5F

Text Example


Text Example

White with #130A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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