Html Css Color HEX #131291 Ultramarine

📋 copy color: '#131291'

red 19 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #131291

Tints of Ultramarine #131291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 79.67%

R = 10.44%
G = 9.89%
B = 79.67%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#131291 (or 0x131291) is known color: Ultramarine. HEX triplet: 13, 12 and 91. RGB value is (19,18,145). Sum of RGB (Red+Green+Blue) = 19+18+145=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #131291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131291 is #ECED6E. Grayscale: #202020. Windows color (decimal): -15527279 or 9507347. OLE color: 9507347.

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

Color convert

RGB 19 18 145 -
CMYK 0.87 0.88 0 0.43
HSL 240.47º 0.78% 0.32% -
HSV(B) 240.47º 0.88% 0.57% -
XYZ 5.6 2.62 27 -
YUV 32.78 191.33 118.17 -
System Red Green Blue C M Y K H S L
Decimal 19 18 145 0.87 0.88 0 0.43 240.47 0.78 0.32
Hex 13 12 91 57 58 0 2B F0 4E 20
Octal 23 22 221 127 130 0 53 360 116 40
Binary 10011 10010 10010001 1010111 1011000 0 101011 11110000 1001110 100000

Color Harmonies of #131291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131291

Black with #131291

Text Example


Text Example

White with #131291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131291; }

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

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

background-color css

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

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

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

border-color css

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

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

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