#11028B

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

Shades of Ultramarine #11028B

Tints of Ultramarine #11028B

Color information

#11028B (or 0x11028B) is unknown color: approx Ultramarine. HEX triplet: 11, 02 and 8B. RGB value is (17,2,139). Sum of RGB (Red+Green+Blue) = 17+2+139=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #11028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11028B is #EEFD74. Grayscale: #151515. Windows color (decimal): -15662453 or 9110033. OLE color: 9110033.

HSL color Cylindrical-coordinate representation of color #11028B: hue angle of 246.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11028B is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB172139-
CMYK0.880.9900.45
HSL246.57º97.16%27.65%-
HSV(B)246.57º98.56%54.51%-
XYZ4.912.0324.56-
YUV22.1193.97124.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 139 (54.69% from 255) = 87.97%
R=10.76%
G=1.27%
B=87.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1721390.880.9900.45246.5797.1627.65
Hex1128B586302Df7611c
Octal21221313014305536714134
Binary10001101000101110110001100011010110111110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11028B; }

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

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

<style>
 a { background-color: #11028B; }

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

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

<style>
 span { border-color: #11028B; }

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

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