Html Css Color HEX #11208A Ultramarine

📋 copy color: '#11208A'

red 17 ◦ green 32 ◦ blue 138

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

Shades of Ultramarine #11208A

Tints of Ultramarine #11208A

RGB

 RED value IS 17 (7.03% from 255) = 9.09%

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

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 9.09%
G = 17.11%
B = 73.8%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11208A (or 0x11208A) is known color: Ultramarine. HEX triplet: 11, 20 and 8A. RGB value is (17,32,138). Sum of RGB (Red+Green+Blue) = 17+32+138=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #11208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11208A is #EEDF75. Grayscale: #272727. Windows color (decimal): -15654774 or 9052177. OLE color: 9052177.

HSL color Cylindrical-coordinate representation of color #11208A: hue angle of 232.56º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11208A is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 32 138 -
CMYK 0.88 0.77 0 0.46
HSL 232.56º 0.78% 0.3% -
HSV(B) 232.56º 0.88% 0.54% -
XYZ 5.34 2.99 24.34 -
YUV 39.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 17 32 138 0.88 0.77 0 0.46 232.56 0.78 0.3
Hex 11 20 8A 58 4D 0 2E E9 4E 1E
Octal 21 40 212 130 115 0 56 351 116 36
Binary 10001 100000 10001010 1011000 1001101 0 101110 11101001 1001110 11110

Color Harmonies of #11208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11208A

Black with #11208A

Text Example


Text Example

White with #11208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11208A; }

 p { color: rgb(17,32,138); }

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

background-color css

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

 a { background-color: rgb(17,32,138); }

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

border-color css

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

 span { border-color: rgb(17,32,138); }

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