Html Css Color HEX #131194 Ultramarine

📋 copy color: '#131194'

red 19 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #131194

Tints of Ultramarine #131194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80.43%

R = 10.33%
G = 9.24%
B = 80.43%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131194 (or 0x131194) is known color: Ultramarine. HEX triplet: 13, 11 and 94. RGB value is (19,17,148). Sum of RGB (Red+Green+Blue) = 19+17+148=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 148 (58.20% from 255 or 80.43% from 184); Max value from RGB is 148 - color contains mainly: blue. Hex color #131194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131194 is #ECEE6B. Grayscale: #202020. Windows color (decimal): -15527532 or 9703699. OLE color: 9703699.

HSL color Cylindrical-coordinate representation of color #131194: 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.89%. Process color model (Four color, CMYK) of #131194 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 17 148 -
CMYK 0.87 0.89 0 0.42
HSL 240.92º 0.79% 0.32% -
HSV(B) 240.92º 0.89% 0.58% -
XYZ 5.81 2.68 28.23 -
YUV 32.53 193.16 118.35 -
System Red Green Blue C M Y K H S L
Decimal 19 17 148 0.87 0.89 0 0.42 240.92 0.79 0.32
Hex 13 11 94 57 59 0 2A F1 4F 20
Octal 23 21 224 127 131 0 52 361 117 40
Binary 10011 10001 10010100 1010111 1011001 0 101010 11110001 1001111 100000

Color Harmonies of #131194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131194

Black with #131194

Text Example


Text Example

White with #131194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131194; }

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

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

background-color css

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

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

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

border-color css

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

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

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