Html Css Color HEX #130677 Midnight Blue

📋 copy color: '#130677'

red 19 ◦ green 6 ◦ blue 119

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

Shades of Midnight Blue #130677

Tints of Midnight Blue #130677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 82.64%

R = 13.19%
G = 4.17%
B = 82.64%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130677 (or 0x130677) is known color: Midnight Blue. HEX triplet: 13, 06 and 77. RGB value is (19,6,119). Sum of RGB (Red+Green+Blue) = 19+6+119=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #130677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130677 is #ECF988. Grayscale: #161616. Windows color (decimal): -15530377 or 7800339. OLE color: 7800339.

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

Color convert

RGB 19 6 119 -
CMYK 0.84 0.95 0 0.53
HSL 246.9º 0.9% 0.25% -
HSV(B) 246.9º 0.95% 0.47% -
XYZ 3.66 1.6 17.57 -
YUV 22.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 19 6 119 0.84 0.95 0 0.53 246.9 0.9 0.25
Hex 13 6 77 54 5F 0 35 F7 5A 19
Octal 23 6 167 124 137 0 65 367 132 31
Binary 10011 110 1110111 1010100 1011111 0 110101 11110111 1011010 11001

Color Harmonies of #130677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130677

Black with #130677

Text Example


Text Example

White with #130677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130677; }

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

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

background-color css

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

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

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

border-color css

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

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

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