Html Css Color HEX #130786 Ultramarine

📋 copy color: '#130786'

red 19 ◦ green 7 ◦ blue 134

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

Shades of Ultramarine #130786

Tints of Ultramarine #130786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

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

R = 11.88%
G = 4.38%
B = 83.75%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130786 (or 0x130786) is known color: Ultramarine. HEX triplet: 13, 07 and 86. RGB value is (19,7,134). Sum of RGB (Red+Green+Blue) = 19+7+134=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 134 (52.73% from 255 or 83.75% from 160); Max value from RGB is 134 - color contains mainly: blue. Hex color #130786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130786 is #ECF879. Grayscale: #181818. Windows color (decimal): -15530106 or 8783635. OLE color: 8783635.

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

Color convert

RGB 19 7 134 -
CMYK 0.86 0.95 0 0.47
HSL 245.67º 0.9% 0.28% -
HSV(B) 245.67º 0.95% 0.53% -
XYZ 4.65 2.01 22.7 -
YUV 25.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 19 7 134 0.86 0.95 0 0.47 245.67 0.9 0.28
Hex 13 7 86 56 5F 0 2F F6 5A 1C
Octal 23 7 206 126 137 0 57 366 132 34
Binary 10011 111 10000110 1010110 1011111 0 101111 11110110 1011010 11100

Color Harmonies of #130786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130786

Black with #130786

Text Example


Text Example

White with #130786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130786; }

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

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

background-color css

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

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

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

border-color css

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

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

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