Html Css Color HEX #131193 Ultramarine

📋 copy color: '#131193'

red 19 ◦ green 17 ◦ blue 147

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

Shades of Ultramarine #131193

Tints of Ultramarine #131193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

 BLUE value IS 147 (57.81% from 255) = 80.33%

R = 10.38%
G = 9.29%
B = 80.33%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131193 (or 0x131193) is known color: Ultramarine. HEX triplet: 13, 11 and 93. RGB value is (19,17,147). Sum of RGB (Red+Green+Blue) = 19+17+147=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #131193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131193 is #ECEE6C. Grayscale: #1F1F1F. Windows color (decimal): -15527533 or 9638163. OLE color: 9638163.

HSL color Cylindrical-coordinate representation of color #131193: hue angle of 240.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131193 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 17 147 -
CMYK 0.87 0.88 0 0.42
HSL 240.92º 0.79% 0.32% -
HSV(B) 240.92º 0.88% 0.58% -
XYZ 5.74 2.65 27.81 -
YUV 32.42 192.66 118.43 -
System Red Green Blue C M Y K H S L
Decimal 19 17 147 0.87 0.88 0 0.42 240.92 0.79 0.32
Hex 13 11 93 57 58 0 2A F1 4F 20
Octal 23 21 223 127 130 0 52 361 117 40
Binary 10011 10001 10010011 1010111 1011000 0 101010 11110001 1001111 100000

Color Harmonies of #131193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131193

Black with #131193

Text Example


Text Example

White with #131193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131193; }

 p { color: rgb(19,17,147); }

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

background-color css

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

 a { background-color: rgb(19,17,147); }

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

border-color css

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

 span { border-color: rgb(19,17,147); }

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