Html Css Color HEX #131091 Ultramarine

📋 copy color: '#131091'

red 19 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #131091

Tints of Ultramarine #131091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 145 (57.03% from 255) = 80.56%

R = 10.56%
G = 8.89%
B = 80.56%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#131091 (or 0x131091) is known color: Ultramarine. HEX triplet: 13, 10 and 91. RGB value is (19,16,145). Sum of RGB (Red+Green+Blue) = 19+16+145=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #131091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131091 is #ECEF6E. Grayscale: #1F1F1F. Windows color (decimal): -15527791 or 9506835. OLE color: 9506835.

HSL color Cylindrical-coordinate representation of color #131091: hue angle of 241.4º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131091 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 16 145 -
CMYK 0.87 0.89 0 0.43
HSL 241.4º 0.8% 0.32% -
HSV(B) 241.4º 0.89% 0.57% -
XYZ 5.56 2.55 26.99 -
YUV 31.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 19 16 145 0.87 0.89 0 0.43 241.4 0.8 0.32
Hex 13 10 91 57 59 0 2B F1 50 20
Octal 23 20 221 127 131 0 53 361 120 40
Binary 10011 10000 10010001 1010111 1011001 0 101011 11110001 1010000 100000

Color Harmonies of #131091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131091

Black with #131091

Text Example


Text Example

White with #131091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131091; }

 p { color: rgb(19,16,145); }

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

background-color css

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

 a { background-color: rgb(19,16,145); }

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

border-color css

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

 span { border-color: rgb(19,16,145); }

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