#11109C

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

Shades of Ultramarine #11109C

Tints of Ultramarine #11109C

Color information

#11109C (or 0x11109C) is unknown color: approx Ultramarine. HEX triplet: 11, 10 and 9C. RGB value is (17,16,156). Sum of RGB (Red+Green+Blue) = 17+16+156=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #11109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11109C is #EEEF63. Grayscale: #1F1F1F. Windows color (decimal): -15658852 or 10227729. OLE color: 10227729.

HSL color Cylindrical-coordinate representation of color #11109C: hue angle of 240.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11109C is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1716156-
CMYK0.890.9000.39
HSL240.43º81.4%33.73%-
HSV(B)240.43º89.74%61.18%-
XYZ6.422.8931.67-
YUV32.26197.83117.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 156 (61.33% from 255) = 82.54%
R=8.99%
G=8.47%
B=82.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17161560.890.9000.39240.4381.433.73
Hex11109C595A027f05122
Octal212023413113204736012142
Binary100011000010011100101100110110100100111111100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11109C; }

 p { color: rgb(17,16,156); }

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

<style>
 a { background-color: #11109C; }

 a { background-color: rgb(17,16,156); }

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

<style>
 span { border-color: #11109C; }

 span { border-color: rgb(17,16,156); }

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