Html Css Color HEX #130586 Ultramarine

📋 copy color: '#130586'

red 19 ◦ green 5 ◦ blue 134

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

Shades of Ultramarine #130586

Tints of Ultramarine #130586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 134 (52.73% from 255) = 84.81%

R = 12.03%
G = 3.16%
B = 84.81%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130586 (or 0x130586) is known color: Ultramarine. HEX triplet: 13, 05 and 86. RGB value is (19,5,134). Sum of RGB (Red+Green+Blue) = 19+5+134=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #130586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130586 is #ECFA79. Grayscale: #171717. Windows color (decimal): -15530618 or 8783123. OLE color: 8783123.

HSL color Cylindrical-coordinate representation of color #130586: hue angle of 246.51º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130586 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 5 134 -
CMYK 0.86 0.96 0 0.47
HSL 246.51º 0.93% 0.27% -
HSV(B) 246.51º 0.96% 0.53% -
XYZ 4.63 1.97 22.69 -
YUV 23.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 19 5 134 0.86 0.96 0 0.47 246.51 0.93 0.27
Hex 13 5 86 56 60 0 2F F7 5D 1B
Octal 23 5 206 126 140 0 57 367 135 33
Binary 10011 101 10000110 1010110 1100000 0 101111 11110111 1011101 11011

Color Harmonies of #130586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130586

Black with #130586

Text Example


Text Example

White with #130586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130586; }

 p { color: rgb(19,5,134); }

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

background-color css

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

 a { background-color: rgb(19,5,134); }

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

border-color css

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

 span { border-color: rgb(19,5,134); }

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