Html Css Color HEX #11089F Ultramarine

📋 copy color: '#11089F'

red 17 ◦ green 8 ◦ blue 159

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

Shades of Ultramarine #11089F

Tints of Ultramarine #11089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 86.41%

R = 9.24%
G = 4.35%
B = 86.41%

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

#11089F (or 0x11089F) is known color: Ultramarine. HEX triplet: 11, 08 and 9F. RGB value is (17,8,159). Sum of RGB (Red+Green+Blue) = 17+8+159=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #11089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11089F is #EEF760. Grayscale: #1B1B1B. Windows color (decimal): -15660897 or 10422289. OLE color: 10422289.

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

Color convert

RGB 17 8 159 -
CMYK 0.89 0.95 0 0.38
HSL 243.58º 0.9% 0.33% -
HSV(B) 243.58º 0.95% 0.62% -
XYZ 6.58 2.8 32.99 -
YUV 27.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 17 8 159 0.89 0.95 0 0.38 243.58 0.9 0.33
Hex 11 8 9F 59 5F 0 26 F4 5A 21
Octal 21 10 237 131 137 0 46 364 132 41
Binary 10001 1000 10011111 1011001 1011111 0 100110 11110100 1011010 100001

Color Harmonies of #11089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11089F

Black with #11089F

Text Example


Text Example

White with #11089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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