#1A06A0

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

Shades of Ultramarine #1A06A0

Tints of Ultramarine #1A06A0

Color information

#1A06A0 (or 0x1A06A0) is unknown color: approx Ultramarine. HEX triplet: 1A, 06 and A0. RGB value is (26,6,160). Sum of RGB (Red+Green+Blue) = 26+6+160=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 160 (62.89% from 255 or 83.33% from 192); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A06A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A06A0 is #E5F95F. Grayscale: #1C1C1C. Windows color (decimal): -15071584 or 10487322. OLE color: 10487322.

HSL color Cylindrical-coordinate representation of color #1A06A0: hue angle of 247.79º 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 #1A06A0 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB266160-
CMYK0.840.9600.37
HSL247.79º92.77%32.55%-
HSV(B)247.79º96.25%62.75%-
XYZ6.842.8933.45-
YUV29.54201.63125.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 160 (62.89% from 255) = 83.33%
R=13.54%
G=3.12%
B=83.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2661600.840.9600.37247.7992.7732.55
Hex1A6A05460025f85d21
Octal32624012414004537013541
Binary1101011010100000101010011000000100101111110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A06A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A06A0; }

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

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

<style>
 a { background-color: #1A06A0; }

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

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

<style>
 span { border-color: #1A06A0; }

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

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