Html Css Color HEX #131590 Ultramarine

📋 copy color: '#131590'

red 19 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #131590

Tints of Ultramarine #131590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 10.33%
G = 11.41%
B = 78.26%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131590 (or 0x131590) is known color: Ultramarine. HEX triplet: 13, 15 and 90. RGB value is (19,21,144). Sum of RGB (Red+Green+Blue) = 19+21+144=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #131590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131590 is #ECEA6F. Grayscale: #212121. Windows color (decimal): -15526512 or 9442579. OLE color: 9442579.

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

Color convert

RGB 19 21 144 -
CMYK 0.87 0.85 0 0.44
HSL 239.04º 0.77% 0.32% -
HSV(B) 239.04º 0.87% 0.56% -
XYZ 5.57 2.69 26.61 -
YUV 34.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 19 21 144 0.87 0.85 0 0.44 239.04 0.77 0.32
Hex 13 15 90 57 55 0 2C EF 4D 20
Octal 23 25 220 127 125 0 54 357 115 40
Binary 10011 10101 10010000 1010111 1010101 0 101100 11101111 1001101 100000

Color Harmonies of #131590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131590

Black with #131590

Text Example


Text Example

White with #131590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131590; }

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

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

background-color css

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

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

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

border-color css

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

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

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