Html Css Color HEX #130890 Ultramarine

📋 copy color: '#130890'

red 19 ◦ green 8 ◦ blue 144

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

Shades of Ultramarine #130890

Tints of Ultramarine #130890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 144 (56.64% from 255) = 84.21%

R = 11.11%
G = 4.68%
B = 84.21%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130890 (or 0x130890) is known color: Ultramarine. HEX triplet: 13, 08 and 90. RGB value is (19,8,144). Sum of RGB (Red+Green+Blue) = 19+8+144=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #130890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130890 is #ECF76F. Grayscale: #1A1A1A. Windows color (decimal): -15529840 or 9439251. OLE color: 9439251.

HSL color Cylindrical-coordinate representation of color #130890: hue angle of 244.85º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130890 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 8 144 -
CMYK 0.87 0.94 0 0.44
HSL 244.85º 0.89% 0.3% -
HSV(B) 244.85º 0.94% 0.56% -
XYZ 5.39 2.33 26.55 -
YUV 26.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 19 8 144 0.87 0.94 0 0.44 244.85 0.89 0.3
Hex 13 8 90 57 5E 0 2C F5 59 1E
Octal 23 10 220 127 136 0 54 365 131 36
Binary 10011 1000 10010000 1010111 1011110 0 101100 11110101 1011001 11110

Color Harmonies of #130890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130890

Black with #130890

Text Example


Text Example

White with #130890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130890; }

 p { color: rgb(19,8,144); }

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

background-color css

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

 a { background-color: rgb(19,8,144); }

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

border-color css

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

 span { border-color: rgb(19,8,144); }

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