Html Css Color HEX #130789 Ultramarine

📋 copy color: '#130789'

red 19 ◦ green 7 ◦ blue 137

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

Shades of Ultramarine #130789

Tints of Ultramarine #130789

RGB

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

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

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

R = 11.66%
G = 4.29%
B = 84.05%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#130789 (or 0x130789) is known color: Ultramarine. HEX triplet: 13, 07 and 89. RGB value is (19,7,137). Sum of RGB (Red+Green+Blue) = 19+7+137=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #130789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130789 is #ECF876. Grayscale: #181818. Windows color (decimal): -15530103 or 8980243. OLE color: 8980243.

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

Color convert

RGB 19 7 137 -
CMYK 0.86 0.95 0 0.46
HSL 245.54º 0.9% 0.28% -
HSV(B) 245.54º 0.95% 0.54% -
XYZ 4.86 2.1 23.82 -
YUV 25.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 19 7 137 0.86 0.95 0 0.46 245.54 0.9 0.28
Hex 13 7 89 56 5F 0 2E F6 5A 1C
Octal 23 7 211 126 137 0 56 366 132 34
Binary 10011 111 10001001 1010110 1011111 0 101110 11110110 1011010 11100

Color Harmonies of #130789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130789

Black with #130789

Text Example


Text Example

White with #130789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130789; }

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

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

background-color css

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

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

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

border-color css

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

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

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