Html Css Color HEX #130C74 Midnight Blue

📋 copy color: '#130C74'

red 19 ◦ green 12 ◦ blue 116

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

Shades of Midnight Blue #130C74

Tints of Midnight Blue #130C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

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

R = 12.93%
G = 8.16%
B = 78.91%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#130C74 (or 0x130C74) is known color: Midnight Blue. HEX triplet: 13, 0C and 74. RGB value is (19,12,116). Sum of RGB (Red+Green+Blue) = 19+12+116=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #130C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C74 is #ECF38B. Grayscale: #191919. Windows color (decimal): -15528844 or 7605267. OLE color: 7605267.

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

Color convert

RGB 19 12 116 -
CMYK 0.84 0.90 0 0.55
HSL 244.04º 0.81% 0.25% -
HSV(B) 244.04º 0.9% 0.45% -
XYZ 3.55 1.66 16.66 -
YUV 25.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 19 12 116 0.84 0.90 0 0.55 244.04 0.81 0.25
Hex 13 C 74 54 5A 0 37 F4 51 19
Octal 23 14 164 124 132 0 67 364 121 31
Binary 10011 1100 1110100 1010100 1011010 0 110111 11110100 1010001 11001

Color Harmonies of #130C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C74

Black with #130C74

Text Example


Text Example

White with #130C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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