#1011A3

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

Shades of Ultramarine #1011A3

Tints of Ultramarine #1011A3

Color information

#1011A3 (or 0x1011A3) is unknown color: approx Ultramarine. HEX triplet: 10, 11 and A3. RGB value is (16,17,163). Sum of RGB (Red+Green+Blue) = 16+17+163=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 163 (64.06% from 255 or 83.16% from 196); Max value from RGB is 163 - color contains mainly: blue. Hex color #1011A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1011A3 is #EFEE5C. Grayscale: #202020. Windows color (decimal): -15724125 or 10686736. OLE color: 10686736.

HSL color Cylindrical-coordinate representation of color #1011A3: hue angle of 239.59º degrees, saturation: 0.82, 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 #1011A3 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1617163-
CMYK0.900.9000.36
HSL239.59º82.12%35.1%-
HSV(B)239.59º90.18%63.92%-
XYZ7.023.1634.89-
YUV33.34201.17115.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.16%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 163 (64.06% from 255) = 83.16%
R=8.16%
G=8.67%
B=83.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16171630.900.9000.36239.5982.1235.1
Hex1011A35A5A024f05223
Octal202124313213204436012243
Binary100001000110100011101101010110100100100111100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1011A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1011A3; }

 p { color: rgb(16,17,163); }

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

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

 a { background-color: rgb(16,17,163); }

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

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

 span { border-color: rgb(16,17,163); }

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