#111AA4

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

Shades of Ultramarine #111AA4

Tints of Ultramarine #111AA4

Color information

#111AA4 (or 0x111AA4) is unknown color: approx Ultramarine. HEX triplet: 11, 1A and A4. RGB value is (17,26,164). Sum of RGB (Red+Green+Blue) = 17+26+164=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 164 (64.45% from 255 or 79.23% from 207); Max value from RGB is 164 - color contains mainly: blue. Hex color #111AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AA4 is #EEE55B. Grayscale: #262626. Windows color (decimal): -15656284 or 10754577. OLE color: 10754577.

HSL color Cylindrical-coordinate representation of color #111AA4: hue angle of 236.33º 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 #111AA4 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1726164-
CMYK0.900.8400.36
HSL236.33º81.22%35.49%-
HSV(B)236.33º89.63%64.31%-
XYZ7.33.5435.42-
YUV39.04198.52112.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 164 (64.45% from 255) = 79.23%
R=8.21%
G=12.56%
B=79.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17261640.900.8400.36236.3381.2235.49
Hex111AA45A54024ec5123
Octal213224413212404435412143
Binary100011101010100100101101010101000100100111011001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111AA4; }

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

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

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

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

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

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

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

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