Html Css Color HEX #131695 Ultramarine

📋 copy color: '#131695'

red 19 ◦ green 22 ◦ blue 149

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

Shades of Ultramarine #131695

Tints of Ultramarine #131695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 10%
G = 11.58%
B = 78.42%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131695 (or 0x131695) is known color: Ultramarine. HEX triplet: 13, 16 and 95. RGB value is (19,22,149). Sum of RGB (Red+Green+Blue) = 19+22+149=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #131695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131695 is #ECE96A. Grayscale: #232323. Windows color (decimal): -15526251 or 9770515. OLE color: 9770515.

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

Color convert

RGB 19 22 149 -
CMYK 0.87 0.85 0 0.42
HSL 238.62º 0.77% 0.33% -
HSV(B) 238.62º 0.87% 0.58% -
XYZ 5.98 2.88 28.67 -
YUV 35.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 19 22 149 0.87 0.85 0 0.42 238.62 0.77 0.33
Hex 13 16 95 57 55 0 2A EF 4D 21
Octal 23 26 225 127 125 0 52 357 115 41
Binary 10011 10110 10010101 1010111 1010101 0 101010 11101111 1001101 100001

Color Harmonies of #131695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131695

Black with #131695

Text Example


Text Example

White with #131695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131695; }

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

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

background-color css

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

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

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

border-color css

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

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

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