Html Css Color HEX #130389 Ultramarine

📋 copy color: '#130389'

red 19 ◦ green 3 ◦ blue 137

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

Shades of Ultramarine #130389

Tints of Ultramarine #130389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 137 (53.91% from 255) = 86.16%

R = 11.95%
G = 1.89%
B = 86.16%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#130389 (or 0x130389) is known color: Ultramarine. HEX triplet: 13, 03 and 89. RGB value is (19,3,137). Sum of RGB (Red+Green+Blue) = 19+3+137=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #130389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130389 is #ECFC76. Grayscale: #161616. Windows color (decimal): -15531127 or 8979219. OLE color: 8979219.

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

Color convert

RGB 19 3 137 -
CMYK 0.86 0.98 0 0.46
HSL 247.16º 0.96% 0.27% -
HSV(B) 247.16º 0.98% 0.54% -
XYZ 4.82 2.01 23.8 -
YUV 23.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 19 3 137 0.86 0.98 0 0.46 247.16 0.96 0.27
Hex 13 3 89 56 62 0 2E F7 60 1B
Octal 23 3 211 126 142 0 56 367 140 33
Binary 10011 11 10001001 1010110 1100010 0 101110 11110111 1100000 11011

Color Harmonies of #130389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130389

Black with #130389

Text Example


Text Example

White with #130389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130389; }

 p { color: rgb(19,3,137); }

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

background-color css

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

 a { background-color: rgb(19,3,137); }

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

border-color css

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

 span { border-color: rgb(19,3,137); }

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