Html Css Color HEX #131895 Ultramarine

📋 copy color: '#131895'

red 19 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #131895

Tints of Ultramarine #131895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 9.9%
G = 12.5%
B = 77.6%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131895 (or 0x131895) is known color: Ultramarine. HEX triplet: 13, 18 and 95. RGB value is (19,24,149). Sum of RGB (Red+Green+Blue) = 19+24+149=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #131895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131895 is #ECE76A. Grayscale: #242424. Windows color (decimal): -15525739 or 9771027. OLE color: 9771027.

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

Color convert

RGB 19 24 149 -
CMYK 0.87 0.84 0 0.42
HSL 237.69º 0.77% 0.33% -
HSV(B) 237.69º 0.87% 0.58% -
XYZ 6.02 2.96 28.69 -
YUV 36.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 19 24 149 0.87 0.84 0 0.42 237.69 0.77 0.33
Hex 13 18 95 57 54 0 2A EE 4D 21
Octal 23 30 225 127 124 0 52 356 115 41
Binary 10011 11000 10010101 1010111 1010100 0 101010 11101110 1001101 100001

Color Harmonies of #131895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131895

Black with #131895

Text Example


Text Example

White with #131895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131895; }

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

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

background-color css

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

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

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

border-color css

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

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

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