Html Css Color HEX #131990 Ultramarine

📋 copy color: '#131990'

red 19 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #131990

Tints of Ultramarine #131990

RGB

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

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

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

R = 10.11%
G = 13.3%
B = 76.6%

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

#131990 (or 0x131990) is known color: Ultramarine. HEX triplet: 13, 19 and 90. RGB value is (19,25,144). Sum of RGB (Red+Green+Blue) = 19+25+144=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #131990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131990 is #ECE66F. Grayscale: #242424. Windows color (decimal): -15525488 or 9443603. OLE color: 9443603.

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

Color convert

RGB 19 25 144 -
CMYK 0.87 0.83 0 0.44
HSL 237.12º 0.77% 0.32% -
HSV(B) 237.12º 0.87% 0.56% -
XYZ 5.65 2.85 26.64 -
YUV 36.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 19 25 144 0.87 0.83 0 0.44 237.12 0.77 0.32
Hex 13 19 90 57 53 0 2C ED 4D 20
Octal 23 31 220 127 123 0 54 355 115 40
Binary 10011 11001 10010000 1010111 1010011 0 101100 11101101 1001101 100000

Color Harmonies of #131990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131990

Black with #131990

Text Example


Text Example

White with #131990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131990; }

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

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

background-color css

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

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

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

border-color css

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

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

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