Html Css Color HEX #11089D Ultramarine

📋 copy color: '#11089D'

red 17 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #11089D

Tints of Ultramarine #11089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 157 (61.72% from 255) = 86.26%

R = 9.34%
G = 4.4%
B = 86.26%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11089D (or 0x11089D) is known color: Ultramarine. HEX triplet: 11, 08 and 9D. RGB value is (17,8,157). Sum of RGB (Red+Green+Blue) = 17+8+157=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #11089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11089D is #EEF762. Grayscale: #1B1B1B. Windows color (decimal): -15660899 or 10291217. OLE color: 10291217.

HSL color Cylindrical-coordinate representation of color #11089D: hue angle of 243.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11089D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 8 157 -
CMYK 0.89 0.95 0 0.38
HSL 243.62º 0.9% 0.32% -
HSV(B) 243.62º 0.95% 0.62% -
XYZ 6.4 2.73 32.09 -
YUV 27.68 200.98 120.38 -
System Red Green Blue C M Y K H S L
Decimal 17 8 157 0.89 0.95 0 0.38 243.62 0.9 0.32
Hex 11 8 9D 59 5F 0 26 F4 5A 20
Octal 21 10 235 131 137 0 46 364 132 40
Binary 10001 1000 10011101 1011001 1011111 0 100110 11110100 1011010 100000

Color Harmonies of #11089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11089D

Black with #11089D

Text Example


Text Example

White with #11089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11089D; }

 p { color: rgb(17,8,157); }

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

background-color css

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

 a { background-color: rgb(17,8,157); }

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

border-color css

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

 span { border-color: rgb(17,8,157); }

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