Html Css Color HEX #131890 Ultramarine

📋 copy color: '#131890'

red 19 ◦ green 24 ◦ blue 144

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

Shades of Ultramarine #131890

Tints of Ultramarine #131890

RGB

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

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

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

R = 10.16%
G = 12.83%
B = 77.01%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131890 (or 0x131890) is known color: Ultramarine. HEX triplet: 13, 18 and 90. RGB value is (19,24,144). Sum of RGB (Red+Green+Blue) = 19+24+144=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #131890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131890 is #ECE76F. Grayscale: #232323. Windows color (decimal): -15525744 or 9443347. OLE color: 9443347.

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

Color convert

RGB 19 24 144 -
CMYK 0.87 0.83 0 0.44
HSL 237.6º 0.77% 0.32% -
HSV(B) 237.6º 0.87% 0.56% -
XYZ 5.63 2.81 26.63 -
YUV 36.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 19 24 144 0.87 0.83 0 0.44 237.6 0.77 0.32
Hex 13 18 90 57 53 0 2C EE 4D 20
Octal 23 30 220 127 123 0 54 356 115 40
Binary 10011 11000 10010000 1010111 1010011 0 101100 11101110 1001101 100000

Color Harmonies of #131890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131890

Black with #131890

Text Example


Text Example

White with #131890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131890; }

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

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

background-color css

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

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

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

border-color css

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

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

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