Html Css Color HEX #131295 Ultramarine

📋 copy color: '#131295'

red 19 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #131295

Tints of Ultramarine #131295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 10.22%
G = 9.68%
B = 80.11%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#131295 (or 0x131295) is known color: Ultramarine. HEX triplet: 13, 12 and 95. RGB value is (19,18,149). Sum of RGB (Red+Green+Blue) = 19+18+149=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #131295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131295 is #ECED6A. Grayscale: #202020. Windows color (decimal): -15527275 or 9769491. OLE color: 9769491.

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

Color convert

RGB 19 18 149 -
CMYK 0.87 0.88 0 0.42
HSL 240.46º 0.78% 0.33% -
HSV(B) 240.46º 0.88% 0.58% -
XYZ 5.91 2.74 28.65 -
YUV 33.23 193.33 117.85 -
System Red Green Blue C M Y K H S L
Decimal 19 18 149 0.87 0.88 0 0.42 240.46 0.78 0.33
Hex 13 12 95 57 58 0 2A F0 4E 21
Octal 23 22 225 127 130 0 52 360 116 41
Binary 10011 10010 10010101 1010111 1011000 0 101010 11110000 1001110 100001

Color Harmonies of #131295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131295

Black with #131295

Text Example


Text Example

White with #131295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131295; }

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

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

background-color css

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

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

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

border-color css

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

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

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