Html Css Color HEX #132096 Ultramarine

📋 copy color: '#132096'

red 19 ◦ green 32 ◦ blue 150

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

Shades of Ultramarine #132096

Tints of Ultramarine #132096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 150 (58.98% from 255) = 74.63%

R = 9.45%
G = 15.92%
B = 74.63%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132096 (or 0x132096) is known color: Ultramarine. HEX triplet: 13, 20 and 96. RGB value is (19,32,150). Sum of RGB (Red+Green+Blue) = 19+32+150=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #132096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132096 is #ECDF69. Grayscale: #292929. Windows color (decimal): -15523690 or 9838611. OLE color: 9838611.

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

Color convert

RGB 19 32 150 -
CMYK 0.87 0.79 0 0.41
HSL 234.05º 0.78% 0.33% -
HSV(B) 234.05º 0.87% 0.59% -
XYZ 6.29 3.37 29.17 -
YUV 41.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 19 32 150 0.87 0.79 0 0.41 234.05 0.78 0.33
Hex 13 20 96 57 4F 0 29 EA 4E 21
Octal 23 40 226 127 117 0 51 352 116 41
Binary 10011 100000 10010110 1010111 1001111 0 101001 11101010 1001110 100001

Color Harmonies of #132096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132096

Black with #132096

Text Example


Text Example

White with #132096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132096; }

 p { color: rgb(19,32,150); }

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

background-color css

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

 a { background-color: rgb(19,32,150); }

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

border-color css

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

 span { border-color: rgb(19,32,150); }

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