#1A1082

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

Shades of Ultramarine #1A1082

Tints of Ultramarine #1A1082

Color information

#1A1082 (or 0x1A1082) is unknown color: approx Ultramarine. HEX triplet: 1A, 10 and 82. RGB value is (26,16,130). Sum of RGB (Red+Green+Blue) = 26+16+130=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1082 is #E5EF7D. Grayscale: #1F1F1F. Windows color (decimal): -15069054 or 8523802. OLE color: 8523802.

HSL color Cylindrical-coordinate representation of color #1A1082: hue angle of 245.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1082 is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2616130-
CMYK0.80.8800.49
HSL245.26º78.08%28.63%-
HSV(B)245.26º87.69%50.98%-
XYZ4.642.221.3-
YUV31.99183.31123.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=15.12%
G=9.30%
B=75.58%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26161300.80.8800.49245.2678.0828.63
Hex1A10825058031f54e1d
Octal322020212013006136511635
Binary11010100001000001010100001011000011000111110101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,130); }

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

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

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

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

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

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

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