#110A98

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

Shades of Ultramarine #110A98

Tints of Ultramarine #110A98

Color information

#110A98 (or 0x110A98) is unknown color: approx Ultramarine. HEX triplet: 11, 0A and 98. RGB value is (17,10,152). Sum of RGB (Red+Green+Blue) = 17+10+152=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 152 (59.77% from 255 or 84.92% from 179); Max value from RGB is 152 - color contains mainly: blue. Hex color #110A98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A98 is #EEF567. Grayscale: #1B1B1B. Windows color (decimal): -15660392 or 9964049. OLE color: 9964049.

HSL color Cylindrical-coordinate representation of color #110A98: hue angle of 242.96º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110A98 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1710152-
CMYK0.890.9300.40
HSL242.96º87.65%31.76%-
HSV(B)242.96º93.42%59.61%-
XYZ6.012.629.89-
YUV28.28197.82119.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 152 (59.77% from 255) = 84.92%
R=9.50%
G=5.59%
B=84.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17101520.890.9300.40242.9687.6531.76
Hex11A98595D028f35820
Octal211223013113505036313040
Binary10001101010011000101100110111010101000111100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A98; }

 p { color: rgb(17,10,152); }

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

<style>
 a { background-color: #110A98; }

 a { background-color: rgb(17,10,152); }

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

<style>
 span { border-color: #110A98; }

 span { border-color: rgb(17,10,152); }

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