Html Css Color HEX #132088 Ultramarine

📋 copy color: '#132088'

red 19 ◦ green 32 ◦ blue 136

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

Shades of Ultramarine #132088

Tints of Ultramarine #132088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 10.16%
G = 17.11%
B = 72.73%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132088 (or 0x132088) is known color: Ultramarine. HEX triplet: 13, 20 and 88. RGB value is (19,32,136). Sum of RGB (Red+Green+Blue) = 19+32+136=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #132088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132088 is #ECDF77. Grayscale: #272727. Windows color (decimal): -15523704 or 8921107. OLE color: 8921107.

HSL color Cylindrical-coordinate representation of color #132088: hue angle of 233.33º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132088 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 32 136 -
CMYK 0.86 0.76 0 0.47
HSL 233.33º 0.75% 0.3% -
HSV(B) 233.33º 0.86% 0.53% -
XYZ 5.23 2.95 23.59 -
YUV 39.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 19 32 136 0.86 0.76 0 0.47 233.33 0.75 0.3
Hex 13 20 88 56 4C 0 2F E9 4B 1E
Octal 23 40 210 126 114 0 57 351 113 36
Binary 10011 100000 10001000 1010110 1001100 0 101111 11101001 1001011 11110

Color Harmonies of #132088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132088

Black with #132088

Text Example


Text Example

White with #132088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132088; }

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

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

background-color css

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

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

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

border-color css

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

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

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