Html Css Color HEX #11099F Ultramarine

📋 copy color: '#11099F'

red 17 ◦ green 9 ◦ blue 159

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

Shades of Ultramarine #11099F

Tints of Ultramarine #11099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 9.19%
G = 4.86%
B = 85.95%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11099F (or 0x11099F) is known color: Ultramarine. HEX triplet: 11, 09 and 9F. RGB value is (17,9,159). Sum of RGB (Red+Green+Blue) = 17+9+159=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #11099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11099F is #EEF660. Grayscale: #1B1B1B. Windows color (decimal): -15660641 or 10422545. OLE color: 10422545.

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

Color convert

RGB 17 9 159 -
CMYK 0.89 0.94 0 0.38
HSL 243.2º 0.89% 0.33% -
HSV(B) 243.2º 0.94% 0.62% -
XYZ 6.59 2.82 33 -
YUV 28.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 17 9 159 0.89 0.94 0 0.38 243.2 0.89 0.33
Hex 11 9 9F 59 5E 0 26 F3 59 21
Octal 21 11 237 131 136 0 46 363 131 41
Binary 10001 1001 10011111 1011001 1011110 0 100110 11110011 1011001 100001

Color Harmonies of #11099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11099F

Black with #11099F

Text Example


Text Example

White with #11099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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