Html Css Color HEX #132290 Ultramarine

📋 copy color: '#132290'

red 19 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #132290

Tints of Ultramarine #132290

RGB

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

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

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

R = 9.64%
G = 17.26%
B = 73.1%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#132290 (or 0x132290) is known color: Ultramarine. HEX triplet: 13, 22 and 90. RGB value is (19,34,144). Sum of RGB (Red+Green+Blue) = 19+34+144=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #132290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132290 is #ECDD6F. Grayscale: #292929. Windows color (decimal): -15523184 or 9445907. OLE color: 9445907.

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

Color convert

RGB 19 34 144 -
CMYK 0.87 0.76 0 0.44
HSL 232.8º 0.77% 0.32% -
HSV(B) 232.8º 0.87% 0.56% -
XYZ 5.87 3.3 26.71 -
YUV 42.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 19 34 144 0.87 0.76 0 0.44 232.8 0.77 0.32
Hex 13 22 90 57 4C 0 2C E9 4D 20
Octal 23 42 220 127 114 0 54 351 115 40
Binary 10011 100010 10010000 1010111 1001100 0 101100 11101001 1001101 100000

Color Harmonies of #132290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132290

Black with #132290

Text Example


Text Example

White with #132290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132290; }

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

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

background-color css

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

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

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

border-color css

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

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

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