Html Css Color HEX #131290 Ultramarine

📋 copy color: '#131290'

red 19 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #131290

Tints of Ultramarine #131290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.56%

R = 10.5%
G = 9.94%
B = 79.56%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131290 (or 0x131290) is known color: Ultramarine. HEX triplet: 13, 12 and 90. RGB value is (19,18,144). Sum of RGB (Red+Green+Blue) = 19+18+144=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #131290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131290 is #ECED6F. Grayscale: #202020. Windows color (decimal): -15527280 or 9441811. OLE color: 9441811.

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

Color convert

RGB 19 18 144 -
CMYK 0.87 0.88 0 0.44
HSL 240.48º 0.78% 0.32% -
HSV(B) 240.48º 0.88% 0.56% -
XYZ 5.52 2.58 26.59 -
YUV 32.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 19 18 144 0.87 0.88 0 0.44 240.48 0.78 0.32
Hex 13 12 90 57 58 0 2C F0 4E 20
Octal 23 22 220 127 130 0 54 360 116 40
Binary 10011 10010 10010000 1010111 1011000 0 101100 11110000 1001110 100000

Color Harmonies of #131290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131290

Black with #131290

Text Example


Text Example

White with #131290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131290; }

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

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

background-color css

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

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

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

border-color css

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

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

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