#1118A4

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

Shades of Ultramarine #1118A4

Tints of Ultramarine #1118A4

Color information

#1118A4 (or 0x1118A4) is unknown color: approx Ultramarine. HEX triplet: 11, 18 and A4. RGB value is (17,24,164). Sum of RGB (Red+Green+Blue) = 17+24+164=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 164 (64.45% from 255 or 80% from 205); Max value from RGB is 164 - color contains mainly: blue. Hex color #1118A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118A4 is #EEE75B. Grayscale: #252525. Windows color (decimal): -15656796 or 10754065. OLE color: 10754065.

HSL color Cylindrical-coordinate representation of color #1118A4: hue angle of 237.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1118A4 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1724164-
CMYK0.900.8500.36
HSL237.14º81.22%35.49%-
HSV(B)237.14º89.63%64.31%-
XYZ7.263.4535.41-
YUV37.87199.18113.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 164 (64.45% from 255) = 80%
R=8.29%
G=11.71%
B=80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17241640.900.8500.36237.1481.2235.49
Hex1118A45A55024ed5123
Octal213024413212504435512143
Binary100011100010100100101101010101010100100111011011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1118A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1118A4; }

 p { color: rgb(17,24,164); }

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

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

 a { background-color: rgb(17,24,164); }

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

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

 span { border-color: rgb(17,24,164); }

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