Html Css Color HEX #132193 Ultramarine

📋 copy color: '#132193'

red 19 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #132193

Tints of Ultramarine #132193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.87%

R = 9.55%
G = 16.58%
B = 73.87%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132193 (or 0x132193) is known color: Ultramarine. HEX triplet: 13, 21 and 93. RGB value is (19,33,147). Sum of RGB (Red+Green+Blue) = 19+33+147=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #132193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132193 is #ECDE6C. Grayscale: #292929. Windows color (decimal): -15523437 or 9642259. OLE color: 9642259.

HSL color Cylindrical-coordinate representation of color #132193: hue angle of 233.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132193 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 33 147 -
CMYK 0.87 0.78 0 0.42
HSL 233.44º 0.77% 0.33% -
HSV(B) 233.44º 0.87% 0.58% -
XYZ 6.08 3.33 27.93 -
YUV 41.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 19 33 147 0.87 0.78 0 0.42 233.44 0.77 0.33
Hex 13 21 93 57 4E 0 2A E9 4D 21
Octal 23 41 223 127 116 0 52 351 115 41
Binary 10011 100001 10010011 1010111 1001110 0 101010 11101001 1001101 100001

Color Harmonies of #132193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132193

Black with #132193

Text Example


Text Example

White with #132193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132193; }

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

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

background-color css

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

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

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

border-color css

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

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

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