Html Css Color HEX #131595 Ultramarine

📋 copy color: '#131595'

red 19 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #131595

Tints of Ultramarine #131595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 10.05%
G = 11.11%
B = 78.84%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131595 (or 0x131595) is known color: Ultramarine. HEX triplet: 13, 15 and 95. RGB value is (19,21,149). Sum of RGB (Red+Green+Blue) = 19+21+149=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #131595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131595 is #ECEA6A. Grayscale: #222222. Windows color (decimal): -15526507 or 9770259. OLE color: 9770259.

HSL color Cylindrical-coordinate representation of color #131595: hue angle of 239.08º 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 #131595 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 21 149 -
CMYK 0.87 0.86 0 0.42
HSL 239.08º 0.77% 0.33% -
HSV(B) 239.08º 0.87% 0.58% -
XYZ 5.96 2.84 28.67 -
YUV 34.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 19 21 149 0.87 0.86 0 0.42 239.08 0.77 0.33
Hex 13 15 95 57 56 0 2A EF 4D 21
Octal 23 25 225 127 126 0 52 357 115 41
Binary 10011 10101 10010101 1010111 1010110 0 101010 11101111 1001101 100001

Color Harmonies of #131595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131595

Black with #131595

Text Example


Text Example

White with #131595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131595; }

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

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

background-color css

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

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

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

border-color css

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

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

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