Html Css Color HEX #131195 Ultramarine

📋 copy color: '#131195'

red 19 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #131195

Tints of Ultramarine #131195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 10.27%
G = 9.19%
B = 80.54%

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

#131195 (or 0x131195) is known color: Ultramarine. HEX triplet: 13, 11 and 95. RGB value is (19,17,149). Sum of RGB (Red+Green+Blue) = 19+17+149=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #131195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131195 is #ECEE6A. Grayscale: #202020. Windows color (decimal): -15527531 or 9769235. OLE color: 9769235.

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

Color convert

RGB 19 17 149 -
CMYK 0.87 0.89 0 0.42
HSL 240.91º 0.8% 0.33% -
HSV(B) 240.91º 0.89% 0.58% -
XYZ 5.89 2.71 28.65 -
YUV 32.65 193.66 118.27 -
System Red Green Blue C M Y K H S L
Decimal 19 17 149 0.87 0.89 0 0.42 240.91 0.8 0.33
Hex 13 11 95 57 59 0 2A F1 50 21
Octal 23 21 225 127 131 0 52 361 120 41
Binary 10011 10001 10010101 1010111 1011001 0 101010 11110001 1010000 100001

Color Harmonies of #131195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131195

Black with #131195

Text Example


Text Example

White with #131195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131195; }

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

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

background-color css

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

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

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

border-color css

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

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

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