Html Css Color HEX #130989 Ultramarine

📋 copy color: '#130989'

red 19 ◦ green 9 ◦ blue 137

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

Shades of Ultramarine #130989

Tints of Ultramarine #130989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 11.52%
G = 5.45%
B = 83.03%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#130989 (or 0x130989) is known color: Ultramarine. HEX triplet: 13, 09 and 89. RGB value is (19,9,137). Sum of RGB (Red+Green+Blue) = 19+9+137=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #130989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130989 is #ECF676. Grayscale: #1A1A1A. Windows color (decimal): -15529591 or 8980755. OLE color: 8980755.

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

Color convert

RGB 19 9 137 -
CMYK 0.86 0.93 0 0.46
HSL 244.69º 0.88% 0.29% -
HSV(B) 244.69º 0.93% 0.54% -
XYZ 4.88 2.14 23.82 -
YUV 26.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 19 9 137 0.86 0.93 0 0.46 244.69 0.88 0.29
Hex 13 9 89 56 5D 0 2E F5 58 1D
Octal 23 11 211 126 135 0 56 365 130 35
Binary 10011 1001 10001001 1010110 1011101 0 101110 11110101 1011000 11101

Color Harmonies of #130989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130989

Black with #130989

Text Example


Text Example

White with #130989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130989; }

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

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

background-color css

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

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

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

border-color css

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

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

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