Html Css Color HEX #131995 Ultramarine

📋 copy color: '#131995'

red 19 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #131995

Tints of Ultramarine #131995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 9.84%
G = 12.95%
B = 77.2%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131995 (or 0x131995) is known color: Ultramarine. HEX triplet: 13, 19 and 95. RGB value is (19,25,149). Sum of RGB (Red+Green+Blue) = 19+25+149=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #131995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131995 is #ECE66A. Grayscale: #242424. Windows color (decimal): -15525483 or 9771283. OLE color: 9771283.

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

Color convert

RGB 19 25 149 -
CMYK 0.87 0.83 0 0.42
HSL 237.23º 0.77% 0.33% -
HSV(B) 237.23º 0.87% 0.58% -
XYZ 6.04 3 28.7 -
YUV 37.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 19 25 149 0.87 0.83 0 0.42 237.23 0.77 0.33
Hex 13 19 95 57 53 0 2A ED 4D 21
Octal 23 31 225 127 123 0 52 355 115 41
Binary 10011 11001 10010101 1010111 1010011 0 101010 11101101 1001101 100001

Color Harmonies of #131995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131995

Black with #131995

Text Example


Text Example

White with #131995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131995; }

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

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

background-color css

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

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

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

border-color css

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

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

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