Html Css Color HEX #130A6D Midnight Blue

📋 copy color: '#130A6D'

red 19 ◦ green 10 ◦ blue 109

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

Shades of Midnight Blue #130A6D

Tints of Midnight Blue #130A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 78.99%

R = 13.77%
G = 7.25%
B = 78.99%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#130A6D (or 0x130A6D) is known color: Midnight Blue. HEX triplet: 13, 0A and 6D. RGB value is (19,10,109). Sum of RGB (Red+Green+Blue) = 19+10+109=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #130A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A6D is #ECF592. Grayscale: #171717. Windows color (decimal): -15529363 or 7146003. OLE color: 7146003.

HSL color Cylindrical-coordinate representation of color #130A6D: hue angle of 245.45º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130A6D is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 10 109 -
CMYK 0.83 0.91 0 0.57
HSL 245.45º 0.83% 0.23% -
HSV(B) 245.45º 0.91% 0.43% -
XYZ 3.14 1.46 14.58 -
YUV 23.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 19 10 109 0.83 0.91 0 0.57 245.45 0.83 0.23
Hex 13 A 6D 53 5B 0 39 F5 53 17
Octal 23 12 155 123 133 0 71 365 123 27
Binary 10011 1010 1101101 1010011 1011011 0 111001 11110101 1010011 10111

Color Harmonies of #130A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A6D

Black with #130A6D

Text Example


Text Example

White with #130A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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