Html Css Color HEX #131192 Ultramarine

📋 copy color: '#131192'

red 19 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #131192

Tints of Ultramarine #131192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 10.44%
G = 9.34%
B = 80.22%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#131192 (or 0x131192) is known color: Ultramarine. HEX triplet: 13, 11 and 92. RGB value is (19,17,146). Sum of RGB (Red+Green+Blue) = 19+17+146=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #131192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131192 is #ECEE6D. Grayscale: #1F1F1F. Windows color (decimal): -15527534 or 9572627. OLE color: 9572627.

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

Color convert

RGB 19 17 146 -
CMYK 0.87 0.88 0 0.43
HSL 240.93º 0.79% 0.32% -
HSV(B) 240.93º 0.88% 0.57% -
XYZ 5.66 2.61 27.4 -
YUV 32.3 192.16 118.51 -
System Red Green Blue C M Y K H S L
Decimal 19 17 146 0.87 0.88 0 0.43 240.93 0.79 0.32
Hex 13 11 92 57 58 0 2B F1 4F 20
Octal 23 21 222 127 130 0 53 361 117 40
Binary 10011 10001 10010010 1010111 1011000 0 101011 11110001 1001111 100000

Color Harmonies of #131192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131192

Black with #131192

Text Example


Text Example

White with #131192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131192; }

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

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

background-color css

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

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

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

border-color css

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

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

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