Html Css Color HEX #130186 Ultramarine

📋 copy color: '#130186'

red 19 ◦ green 1 ◦ blue 134

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

Shades of Ultramarine #130186

Tints of Ultramarine #130186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 12.34%
G = 0.65%
B = 87.01%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130186 (or 0x130186) is known color: Ultramarine. HEX triplet: 13, 01 and 86. RGB value is (19,1,134). Sum of RGB (Red+Green+Blue) = 19+1+134=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 134 (52.73% from 255 or 87.01% from 154); Max value from RGB is 134 - color contains mainly: blue. Hex color #130186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130186 is #ECFE79. Grayscale: #151515. Windows color (decimal): -15531642 or 8782099. OLE color: 8782099.

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

Color convert

RGB 19 1 134 -
CMYK 0.86 0.99 0 0.47
HSL 248.12º 0.99% 0.26% -
HSV(B) 248.12º 0.99% 0.53% -
XYZ 4.58 1.88 22.68 -
YUV 21.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 19 1 134 0.86 0.99 0 0.47 248.12 0.99 0.26
Hex 13 1 86 56 63 0 2F F8 63 1A
Octal 23 1 206 126 143 0 57 370 143 32
Binary 10011 1 10000110 1010110 1100011 0 101111 11111000 1100011 11010

Color Harmonies of #130186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130186

Black with #130186

Text Example


Text Example

White with #130186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130186; }

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

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

background-color css

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

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

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

border-color css

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

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

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