Html Css Color HEX #130676 Midnight Blue

📋 copy color: '#130676'

red 19 ◦ green 6 ◦ blue 118

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

Shades of Midnight Blue #130676

Tints of Midnight Blue #130676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 13.29%
G = 4.2%
B = 82.52%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#130676 (or 0x130676) is known color: Midnight Blue. HEX triplet: 13, 06 and 76. RGB value is (19,6,118). Sum of RGB (Red+Green+Blue) = 19+6+118=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #130676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130676 is #ECF989. Grayscale: #161616. Windows color (decimal): -15530378 or 7734803. OLE color: 7734803.

HSL color Cylindrical-coordinate representation of color #130676: hue angle of 246.96º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130676 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 6 118 -
CMYK 0.84 0.95 0 0.54
HSL 246.96º 0.9% 0.24% -
HSV(B) 246.96º 0.95% 0.46% -
XYZ 3.6 1.58 17.25 -
YUV 22.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 19 6 118 0.84 0.95 0 0.54 246.96 0.9 0.24
Hex 13 6 76 54 5F 0 36 F7 5A 18
Octal 23 6 166 124 137 0 66 367 132 30
Binary 10011 110 1110110 1010100 1011111 0 110110 11110111 1011010 11000

Color Harmonies of #130676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130676

Black with #130676

Text Example


Text Example

White with #130676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130676; }

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

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

background-color css

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

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

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

border-color css

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

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

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