#11027F

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

Shades of Ultramarine #11027F

Tints of Ultramarine #11027F

Color information

#11027F (or 0x11027F) is unknown color: approx Ultramarine. HEX triplet: 11, 02 and 7F. RGB value is (17,2,127). Sum of RGB (Red+Green+Blue) = 17+2+127=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #11027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027F is #EEFD80. Grayscale: #141414. Windows color (decimal): -15662465 or 8323601. OLE color: 8323601.

HSL color Cylindrical-coordinate representation of color #11027F: hue angle of 247.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11027F is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB172127-
CMYK0.870.9800.50
HSL247.2º96.9%25.29%-
HSV(B)247.2º98.43%49.8%-
XYZ4.081.6920.19-
YUV20.74187.97125.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 127 (50% from 255) = 86.99%
R=11.64%
G=1.37%
B=86.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1721270.870.9800.50247.296.925.29
Hex1127F5762032f76119
Octal21217712714206236714131
Binary1000110111111110101111100010011001011110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,2,127); }

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

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

 a { background-color: rgb(17,2,127); }

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

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

 span { border-color: rgb(17,2,127); }

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