Html Css Color HEX #130655 Midnight Blue

📋 copy color: '#130655'

red 19 ◦ green 6 ◦ blue 85

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

Shades of Midnight Blue #130655

Tints of Midnight Blue #130655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 77.27%

R = 17.27%
G = 5.45%
B = 77.27%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#130655 (or 0x130655) is known color: Midnight Blue. HEX triplet: 13, 06 and 55. RGB value is (19,6,85). Sum of RGB (Red+Green+Blue) = 19+6+85=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #130655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130655 is #ECF9AA. Grayscale: #121212. Windows color (decimal): -15530411 or 5572115. OLE color: 5572115.

HSL color Cylindrical-coordinate representation of color #130655: hue angle of 249.87º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130655 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 6 85 -
CMYK 0.78 0.93 0 0.67
HSL 249.87º 0.87% 0.18% -
HSV(B) 249.87º 0.93% 0.33% -
XYZ 1.97 0.92 8.67 -
YUV 18.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 19 6 85 0.78 0.93 0 0.67 249.87 0.87 0.18
Hex 13 6 55 4E 5D 0 43 FA 57 12
Octal 23 6 125 116 135 0 103 372 127 22
Binary 10011 110 1010101 1001110 1011101 0 1000011 11111010 1010111 10010

Color Harmonies of #130655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130655

Black with #130655

Text Example


Text Example

White with #130655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130655; }

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

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

background-color css

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

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

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

border-color css

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

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

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