#1016A4

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

Shades of Ultramarine #1016A4

Tints of Ultramarine #1016A4

Color information

#1016A4 (or 0x1016A4) is unknown color: approx Ultramarine. HEX triplet: 10, 16 and A4. RGB value is (16,22,164). Sum of RGB (Red+Green+Blue) = 16+22+164=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 164 (64.45% from 255 or 81.19% from 202); Max value from RGB is 164 - color contains mainly: blue. Hex color #1016A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1016A4 is #EFE95B. Grayscale: #232323. Windows color (decimal): -15722844 or 10753552. OLE color: 10753552.

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

Color convert

RGB1622164-
CMYK0.900.8700.36
HSL237.57º82.22%35.29%-
HSV(B)237.57º90.24%64.31%-
XYZ7.23.3635.39-
YUV36.39200.01113.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 164 (64.45% from 255) = 81.19%
R=7.92%
G=10.89%
B=81.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16221640.900.8700.36237.5782.2235.29
Hex1016A45A57024ee5223
Octal202624413212704435612243
Binary100001011010100100101101010101110100100111011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1016A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,22,164); }

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

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

 a { background-color: rgb(16,22,164); }

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

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

 span { border-color: rgb(16,22,164); }

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