#1006A0

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

Shades of Ultramarine #1006A0

Tints of Ultramarine #1006A0

Color information

#1006A0 (or 0x1006A0) is unknown color: approx Ultramarine. HEX triplet: 10, 06 and A0. RGB value is (16,6,160). Sum of RGB (Red+Green+Blue) = 16+6+160=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 160 (62.89% from 255 or 87.91% from 182); Max value from RGB is 160 - color contains mainly: blue. Hex color #1006A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1006A0 is #EFF95F. Grayscale: #191919. Windows color (decimal): -15726944 or 10487312. OLE color: 10487312.

HSL color Cylindrical-coordinate representation of color #1006A0: hue angle of 243.9º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1006A0 is Cyan = 0.9, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB166160-
CMYK0.90.9600.37
HSL243.9º92.77%32.55%-
HSV(B)243.9º96.25%62.75%-
XYZ6.622.7833.44-
YUV26.55203.31120.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.79%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 160 (62.89% from 255) = 87.91%
R=8.79%
G=3.30%
B=87.91%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1661600.90.9600.37243.992.7732.55
Hex106A05A60025f45d21
Octal20624013214004536413541
Binary1000011010100000101101011000000100101111101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1006A0; }

 p { color: rgb(16,6,160); }

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

<style>
 a { background-color: #1006A0; }

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

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

<style>
 span { border-color: #1006A0; }

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

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