Html Css Color HEX #131E91 Ultramarine

📋 copy color: '#131E91'

red 19 ◦ green 30 ◦ blue 145

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

Shades of Ultramarine #131E91

Tints of Ultramarine #131E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

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

R = 9.79%
G = 15.46%
B = 74.74%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#131E91 (or 0x131E91) is known color: Ultramarine. HEX triplet: 13, 1E and 91. RGB value is (19,30,145). Sum of RGB (Red+Green+Blue) = 19+30+145=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #131E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E91 is #ECE16E. Grayscale: #272727. Windows color (decimal): -15524207 or 9510419. OLE color: 9510419.

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

Color convert

RGB 19 30 145 -
CMYK 0.87 0.79 0 0.43
HSL 234.76º 0.77% 0.32% -
HSV(B) 234.76º 0.87% 0.57% -
XYZ 5.84 3.11 27.08 -
YUV 39.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 19 30 145 0.87 0.79 0 0.43 234.76 0.77 0.32
Hex 13 1E 91 57 4F 0 2B EB 4D 20
Octal 23 36 221 127 117 0 53 353 115 40
Binary 10011 11110 10010001 1010111 1001111 0 101011 11101011 1001101 100000

Color Harmonies of #131E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E91

Black with #131E91

Text Example


Text Example

White with #131E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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