#111A85

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

Shades of Ultramarine #111A85

Tints of Ultramarine #111A85

Color information

#111A85 (or 0x111A85) is unknown color: approx Ultramarine. HEX triplet: 11, 1A and 85. RGB value is (17,26,133). Sum of RGB (Red+Green+Blue) = 17+26+133=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #111A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A85 is #EEE57A. Grayscale: #232323. Windows color (decimal): -15656315 or 8722961. OLE color: 8722961.

HSL color Cylindrical-coordinate representation of color #111A85: hue angle of 235.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111A85 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1726133-
CMYK0.870.8000.48
HSL235.34º77.33%29.41%-
HSV(B)235.34º87.22%52.16%-
XYZ4.832.5522.43-
YUV35.51183.02114.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 133 (52.34% from 255) = 75.57%
R=9.66%
G=14.77%
B=75.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17261330.870.8000.48235.3477.3329.41
Hex111A855750030eb4d1d
Octal213220512712006035311535
Binary10001110101000010110101111010000011000011101011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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