Html Css Color HEX #131796 Ultramarine

📋 copy color: '#131796'

red 19 ◦ green 23 ◦ blue 150

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

Shades of Ultramarine #131796

Tints of Ultramarine #131796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

 BLUE value IS 150 (58.98% from 255) = 78.13%

R = 9.9%
G = 11.98%
B = 78.13%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#131796 (or 0x131796) is known color: Ultramarine. HEX triplet: 13, 17 and 96. RGB value is (19,23,150). Sum of RGB (Red+Green+Blue) = 19+23+150=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #131796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131796 is #ECE869. Grayscale: #232323. Windows color (decimal): -15525994 or 9836307. OLE color: 9836307.

HSL color Cylindrical-coordinate representation of color #131796: hue angle of 238.17º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131796 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 23 150 -
CMYK 0.87 0.85 0 0.41
HSL 238.17º 0.78% 0.33% -
HSV(B) 238.17º 0.87% 0.59% -
XYZ 6.08 2.95 29.1 -
YUV 36.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 19 23 150 0.87 0.85 0 0.41 238.17 0.78 0.33
Hex 13 17 96 57 55 0 29 EE 4E 21
Octal 23 27 226 127 125 0 51 356 116 41
Binary 10011 10111 10010110 1010111 1010101 0 101001 11101110 1001110 100001

Color Harmonies of #131796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131796

Black with #131796

Text Example


Text Example

White with #131796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131796; }

 p { color: rgb(19,23,150); }

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

background-color css

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

 a { background-color: rgb(19,23,150); }

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

border-color css

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

 span { border-color: rgb(19,23,150); }

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