Html Css Color HEX #130486 Ultramarine

📋 copy color: '#130486'

red 19 ◦ green 4 ◦ blue 134

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

Shades of Ultramarine #130486

Tints of Ultramarine #130486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 12.1%
G = 2.55%
B = 85.35%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130486 (or 0x130486) is known color: Ultramarine. HEX triplet: 13, 04 and 86. RGB value is (19,4,134). Sum of RGB (Red+Green+Blue) = 19+4+134=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #130486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130486 is #ECFB79. Grayscale: #161616. Windows color (decimal): -15530874 or 8782867. OLE color: 8782867.

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

Color convert

RGB 19 4 134 -
CMYK 0.86 0.97 0 0.47
HSL 246.92º 0.94% 0.27% -
HSV(B) 246.92º 0.97% 0.53% -
XYZ 4.62 1.95 22.69 -
YUV 23.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 19 4 134 0.86 0.97 0 0.47 246.92 0.94 0.27
Hex 13 4 86 56 61 0 2F F7 5E 1B
Octal 23 4 206 126 141 0 57 367 136 33
Binary 10011 100 10000110 1010110 1100001 0 101111 11110111 1011110 11011

Color Harmonies of #130486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130486

Black with #130486

Text Example


Text Example

White with #130486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130486; }

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

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

background-color css

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

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

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

border-color css

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

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

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