Html Css Color HEX #130A74 Midnight Blue

📋 copy color: '#130A74'

red 19 ◦ green 10 ◦ blue 116

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

Shades of Midnight Blue #130A74

Tints of Midnight Blue #130A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 13.1%
G = 6.9%
B = 80%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130A74 (or 0x130A74) is known color: Midnight Blue. HEX triplet: 13, 0A and 74. RGB value is (19,10,116). Sum of RGB (Red+Green+Blue) = 19+10+116=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #130A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A74 is #ECF58B. Grayscale: #181818. Windows color (decimal): -15529356 or 7604755. OLE color: 7604755.

HSL color Cylindrical-coordinate representation of color #130A74: hue angle of 245.09º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130A74 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 10 116 -
CMYK 0.84 0.91 0 0.55
HSL 245.09º 0.84% 0.25% -
HSV(B) 245.09º 0.91% 0.45% -
XYZ 3.53 1.62 16.65 -
YUV 24.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 19 10 116 0.84 0.91 0 0.55 245.09 0.84 0.25
Hex 13 A 74 54 5B 0 37 F5 54 19
Octal 23 12 164 124 133 0 67 365 124 31
Binary 10011 1010 1110100 1010100 1011011 0 110111 11110101 1010100 11001

Color Harmonies of #130A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A74

Black with #130A74

Text Example


Text Example

White with #130A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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