Html Css Color HEX #130990 Ultramarine

📋 copy color: '#130990'

red 19 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #130990

Tints of Ultramarine #130990

RGB

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

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

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

R = 11.05%
G = 5.23%
B = 83.72%

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

#130990 (or 0x130990) is known color: Ultramarine. HEX triplet: 13, 09 and 90. RGB value is (19,9,144). Sum of RGB (Red+Green+Blue) = 19+9+144=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #130990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130990 is #ECF66F. Grayscale: #1A1A1A. Windows color (decimal): -15529584 or 9439507. OLE color: 9439507.

HSL color Cylindrical-coordinate representation of color #130990: hue angle of 244.44º degrees, saturation: 0.88, 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 #130990 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 9 144 -
CMYK 0.87 0.94 0 0.44
HSL 244.44º 0.88% 0.3% -
HSV(B) 244.44º 0.94% 0.56% -
XYZ 5.4 2.35 26.55 -
YUV 27.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 19 9 144 0.87 0.94 0 0.44 244.44 0.88 0.3
Hex 13 9 90 57 5E 0 2C F4 58 1E
Octal 23 11 220 127 136 0 54 364 130 36
Binary 10011 1001 10010000 1010111 1011110 0 101100 11110100 1011000 11110

Color Harmonies of #130990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130990

Black with #130990

Text Example


Text Example

White with #130990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130990; }

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

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

background-color css

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

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

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

border-color css

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

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

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