Html Css Color HEX #132291 Ultramarine

📋 copy color: '#132291'

red 19 ◦ green 34 ◦ blue 145

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

Shades of Ultramarine #132291

Tints of Ultramarine #132291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

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

R = 9.6%
G = 17.17%
B = 73.23%

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

#132291 (or 0x132291) is known color: Ultramarine. HEX triplet: 13, 22 and 91. RGB value is (19,34,145). Sum of RGB (Red+Green+Blue) = 19+34+145=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #132291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132291 is #ECDD6E. Grayscale: #292929. Windows color (decimal): -15523183 or 9511443. OLE color: 9511443.

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

Color convert

RGB 19 34 145 -
CMYK 0.87 0.77 0 0.43
HSL 232.86º 0.77% 0.32% -
HSV(B) 232.86º 0.87% 0.57% -
XYZ 5.95 3.33 27.12 -
YUV 42.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 19 34 145 0.87 0.77 0 0.43 232.86 0.77 0.32
Hex 13 22 91 57 4D 0 2B E9 4D 20
Octal 23 42 221 127 115 0 53 351 115 40
Binary 10011 100010 10010001 1010111 1001101 0 101011 11101001 1001101 100000

Color Harmonies of #132291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132291

Black with #132291

Text Example


Text Example

White with #132291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132291; }

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

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

background-color css

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

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

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

border-color css

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

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

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