Html Css Color HEX #132191 Ultramarine

📋 copy color: '#132191'

red 19 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #132191

Tints of Ultramarine #132191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 9.64%
G = 16.75%
B = 73.6%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132191 (or 0x132191) is known color: Ultramarine. HEX triplet: 13, 21 and 91. RGB value is (19,33,145). Sum of RGB (Red+Green+Blue) = 19+33+145=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #132191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132191 is #ECDE6E. Grayscale: #292929. Windows color (decimal): -15523439 or 9511187. OLE color: 9511187.

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

Color convert

RGB 19 33 145 -
CMYK 0.87 0.77 0 0.43
HSL 233.33º 0.77% 0.32% -
HSV(B) 233.33º 0.87% 0.57% -
XYZ 5.92 3.27 27.11 -
YUV 41.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 19 33 145 0.87 0.77 0 0.43 233.33 0.77 0.32
Hex 13 21 91 57 4D 0 2B E9 4D 20
Octal 23 41 221 127 115 0 53 351 115 40
Binary 10011 100001 10010001 1010111 1001101 0 101011 11101001 1001101 100000

Color Harmonies of #132191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132191

Black with #132191

Text Example


Text Example

White with #132191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132191; }

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

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

background-color css

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

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

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

border-color css

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

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

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