Html Css Color HEX #132189 Ultramarine

📋 copy color: '#132189'

red 19 ◦ green 33 ◦ blue 137

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

Shades of Ultramarine #132189

Tints of Ultramarine #132189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 72.49%

R = 10.05%
G = 17.46%
B = 72.49%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#132189 (or 0x132189) is known color: Ultramarine. HEX triplet: 13, 21 and 89. RGB value is (19,33,137). Sum of RGB (Red+Green+Blue) = 19+33+137=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #132189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132189 is #ECDE76. Grayscale: #282828. Windows color (decimal): -15523447 or 8986899. OLE color: 8986899.

HSL color Cylindrical-coordinate representation of color #132189: hue angle of 232.88º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132189 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 33 137 -
CMYK 0.86 0.76 0 0.46
HSL 232.88º 0.76% 0.31% -
HSV(B) 232.88º 0.86% 0.54% -
XYZ 5.33 3.03 23.97 -
YUV 40.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 19 33 137 0.86 0.76 0 0.46 232.88 0.76 0.31
Hex 13 21 89 56 4C 0 2E E9 4C 1F
Octal 23 41 211 126 114 0 56 351 114 37
Binary 10011 100001 10001001 1010110 1001100 0 101110 11101001 1001100 11111

Color Harmonies of #132189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132189

Black with #132189

Text Example


Text Example

White with #132189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132189; }

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

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

background-color css

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

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

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

border-color css

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

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

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