Html Css Color HEX #11139F Ultramarine

📋 copy color: '#11139F'

red 17 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #11139F

Tints of Ultramarine #11139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 8.72%
G = 9.74%
B = 81.54%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11139F (or 0x11139F) is known color: Ultramarine. HEX triplet: 11, 13 and 9F. RGB value is (17,19,159). Sum of RGB (Red+Green+Blue) = 17+19+159=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #11139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11139F is #EEEC60. Grayscale: #212121. Windows color (decimal): -15658081 or 10425105. OLE color: 10425105.

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

Color convert

RGB 17 19 159 -
CMYK 0.89 0.88 0 0.38
HSL 239.15º 0.81% 0.35% -
HSV(B) 239.15º 0.89% 0.62% -
XYZ 6.72 3.09 33.04 -
YUV 34.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 17 19 159 0.89 0.88 0 0.38 239.15 0.81 0.35
Hex 11 13 9F 59 58 0 26 EF 51 23
Octal 21 23 237 131 130 0 46 357 121 43
Binary 10001 10011 10011111 1011001 1011000 0 100110 11101111 1010001 100011

Color Harmonies of #11139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11139F

Black with #11139F

Text Example


Text Example

White with #11139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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