Html Css Color HEX #132190 Ultramarine

📋 copy color: '#132190'

red 19 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #132190

Tints of Ultramarine #132190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 73.47%

R = 9.69%
G = 16.84%
B = 73.47%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#132190 (or 0x132190) is known color: Ultramarine. HEX triplet: 13, 21 and 90. RGB value is (19,33,144). Sum of RGB (Red+Green+Blue) = 19+33+144=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #132190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132190 is #ECDE6F. Grayscale: #292929. Windows color (decimal): -15523440 or 9445651. OLE color: 9445651.

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

Color convert

RGB 19 33 144 -
CMYK 0.87 0.77 0 0.44
HSL 233.28º 0.77% 0.32% -
HSV(B) 233.28º 0.87% 0.56% -
XYZ 5.85 3.24 26.7 -
YUV 41.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 19 33 144 0.87 0.77 0 0.44 233.28 0.77 0.32
Hex 13 21 90 57 4D 0 2C E9 4D 20
Octal 23 41 220 127 115 0 54 351 115 40
Binary 10011 100001 10010000 1010111 1001101 0 101100 11101001 1001101 100000

Color Harmonies of #132190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132190

Black with #132190

Text Example


Text Example

White with #132190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132190; }

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

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

background-color css

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

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

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

border-color css

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

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

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