#110B90

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

Shades of Ultramarine #110B90

Tints of Ultramarine #110B90

Color information

#110B90 (or 0x110B90) is unknown color: approx Ultramarine. HEX triplet: 11, 0B and 90. RGB value is (17,11,144). Sum of RGB (Red+Green+Blue) = 17+11+144=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #110B90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B90 is #EEF46F. Grayscale: #1B1B1B. Windows color (decimal): -15660144 or 9440017. OLE color: 9440017.

HSL color Cylindrical-coordinate representation of color #110B90: hue angle of 242.71º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110B90 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1711144-
CMYK0.880.9200.44
HSL242.71º85.81%30.39%-
HSV(B)242.71º92.36%56.47%-
XYZ5.382.3726.56-
YUV27.96193.49120.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 144 (56.64% from 255) = 83.72%
R=9.88%
G=6.40%
B=83.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17111440.880.9200.44242.7185.8130.39
Hex11B90585C02Cf3561e
Octal211322013013405436312636
Binary1000110111001000010110001011100010110011110011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,11,144); }

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

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

 a { background-color: rgb(17,11,144); }

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

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

 span { border-color: rgb(17,11,144); }

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