Html Css Color HEX #130671 Midnight Blue

📋 copy color: '#130671'

red 19 ◦ green 6 ◦ blue 113

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

Shades of Midnight Blue #130671

Tints of Midnight Blue #130671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 113 (44.53% from 255) = 81.88%

R = 13.77%
G = 4.35%
B = 81.88%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#130671 (or 0x130671) is known color: Midnight Blue. HEX triplet: 13, 06 and 71. RGB value is (19,6,113). Sum of RGB (Red+Green+Blue) = 19+6+113=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 113 (44.53% from 255 or 81.88% from 138); Max value from RGB is 113 - color contains mainly: blue. Hex color #130671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130671 is #ECF98E. Grayscale: #151515. Windows color (decimal): -15530383 or 7407123. OLE color: 7407123.

HSL color Cylindrical-coordinate representation of color #130671: hue angle of 247.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130671 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 6 113 -
CMYK 0.83 0.95 0 0.56
HSL 247.29º 0.9% 0.23% -
HSV(B) 247.29º 0.95% 0.44% -
XYZ 3.31 1.46 15.73 -
YUV 22.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 19 6 113 0.83 0.95 0 0.56 247.29 0.9 0.23
Hex 13 6 71 53 5F 0 38 F7 5A 17
Octal 23 6 161 123 137 0 70 367 132 27
Binary 10011 110 1110001 1010011 1011111 0 111000 11110111 1011010 10111

Color Harmonies of #130671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130671

Black with #130671

Text Example


Text Example

White with #130671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130671; }

 p { color: rgb(19,6,113); }

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

background-color css

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

 a { background-color: rgb(19,6,113); }

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

border-color css

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

 span { border-color: rgb(19,6,113); }

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