Html Css Color HEX #131495 Ultramarine

📋 copy color: '#131495'

red 19 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #131495

Tints of Ultramarine #131495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 10.11%
G = 10.64%
B = 79.26%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131495 (or 0x131495) is known color: Ultramarine. HEX triplet: 13, 14 and 95. RGB value is (19,20,149). Sum of RGB (Red+Green+Blue) = 19+20+149=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #131495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131495 is #ECEB6A. Grayscale: #212121. Windows color (decimal): -15526763 or 9770003. OLE color: 9770003.

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

Color convert

RGB 19 20 149 -
CMYK 0.87 0.87 0 0.42
HSL 239.54º 0.77% 0.33% -
HSV(B) 239.54º 0.87% 0.58% -
XYZ 5.94 2.81 28.66 -
YUV 34.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 19 20 149 0.87 0.87 0 0.42 239.54 0.77 0.33
Hex 13 14 95 57 57 0 2A F0 4D 21
Octal 23 24 225 127 127 0 52 360 115 41
Binary 10011 10100 10010101 1010111 1010111 0 101010 11110000 1001101 100001

Color Harmonies of #131495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131495

Black with #131495

Text Example


Text Example

White with #131495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131495; }

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

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

background-color css

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

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

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

border-color css

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

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

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