#11149F

Color #11149F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #11149F

Tints of Ultramarine #11149F

Color information

#11149F (or 0x11149F) is unknown color: approx Ultramarine. HEX triplet: 11, 14 and 9F. RGB value is (17,20,159). Sum of RGB (Red+Green+Blue) = 17+20+159=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #11149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11149F is #EEEB60. Grayscale: #222222. Windows color (decimal): -15657825 or 10425361. OLE color: 10425361.

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

Color convert

RGB1720159-
CMYK0.890.8700.38
HSL238.73º80.68%34.51%-
HSV(B)238.73º89.31%62.35%-
XYZ6.743.1233.05-
YUV34.95198.01115.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 159 (62.5% from 255) = 81.12%
R=8.67%
G=10.20%
B=81.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17201590.890.8700.38238.7380.6834.51
Hex11149F5957026ef5123
Octal212423713112704635712143
Binary100011010010011111101100110101110100110111011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11149F;
 }
 .AnyTagClassName
 {
   color: #11149F;
 }
</style>
background-color css

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

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

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

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

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

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