#1010A6

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

Shades of Ultramarine #1010A6

Tints of Ultramarine #1010A6

Color information

#1010A6 (or 0x1010A6) is unknown color: approx Ultramarine. HEX triplet: 10, 10 and A6. RGB value is (16,16,166). Sum of RGB (Red+Green+Blue) = 16+16+166=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #1010A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1010A6 is #EFEF59. Grayscale: #202020. Windows color (decimal): -15724378 or 10883088. OLE color: 10883088.

HSL color Cylindrical-coordinate representation of color #1010A6: hue angle of 240º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1010A6 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1616166-
CMYK0.900.9000.35
HSL240º82.42%35.69%-
HSV(B)240º90.36%65.1%-
XYZ7.283.2336.32-
YUV33.1203115.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 166 (65.23% from 255) = 83.84%
R=8.08%
G=8.08%
B=83.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16161660.900.9000.3524082.4235.69
Hex1010A65A5A023f05224
Octal202024613213204336012244
Binary100001000010100110101101010110100100011111100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1010A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1010A6; }

 p { color: rgb(16,16,166); }

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

<style>
 a { background-color: #1010A6; }

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

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

<style>
 span { border-color: #1010A6; }

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

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