#111295

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

Shades of Ultramarine #111295

Tints of Ultramarine #111295

Color information

#111295 (or 0x111295) is unknown color: approx Ultramarine. HEX triplet: 11, 12 and 95. RGB value is (17,18,149). Sum of RGB (Red+Green+Blue) = 17+18+149=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #111295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111295 is #EEED6A. Grayscale: #202020. Windows color (decimal): -15658347 or 9769489. OLE color: 9769489.

HSL color Cylindrical-coordinate representation of color #111295: hue angle of 239.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111295 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1718149-
CMYK0.890.8800.42
HSL239.55º79.52%32.55%-
HSV(B)239.55º88.59%58.43%-
XYZ5.872.7228.65-
YUV32.64193.67116.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 149 (58.59% from 255) = 80.98%
R=9.24%
G=9.78%
B=80.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17181490.890.8800.42239.5579.5232.55
Hex111295595802Af05021
Octal212222513113005236012041
Binary100011001010010101101100110110000101010111100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111295; }

 p { color: rgb(17,18,149); }

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

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

 a { background-color: rgb(17,18,149); }

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

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

 span { border-color: rgb(17,18,149); }

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