Html Css Color HEX #11159F Ultramarine

📋 copy color: '#11159F'

red 17 ◦ green 21 ◦ blue 159

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

Shades of Ultramarine #11159F

Tints of Ultramarine #11159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 8.63%
G = 10.66%
B = 80.71%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11159F (or 0x11159F) is known color: Ultramarine. HEX triplet: 11, 15 and 9F. RGB value is (17,21,159). Sum of RGB (Red+Green+Blue) = 17+21+159=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 159 (62.5% from 255 or 80.71% from 197); Max value from RGB is 159 - color contains mainly: blue. Hex color #11159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11159F is #EEEA60. Grayscale: #222222. Windows color (decimal): -15657569 or 10425617. OLE color: 10425617.

HSL color Cylindrical-coordinate representation of color #11159F: hue angle of 238.31º 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 #11159F is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 21 159 -
CMYK 0.89 0.87 0 0.38
HSL 238.31º 0.81% 0.35% -
HSV(B) 238.31º 0.89% 0.62% -
XYZ 6.76 3.16 33.05 -
YUV 35.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 17 21 159 0.89 0.87 0 0.38 238.31 0.81 0.35
Hex 11 15 9F 59 57 0 26 EE 51 23
Octal 21 25 237 131 127 0 46 356 121 43
Binary 10001 10101 10011111 1011001 1010111 0 100110 11101110 1010001 100011

Color Harmonies of #11159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11159F

Black with #11159F

Text Example


Text Example

White with #11159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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