#1A0DAA

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

Shades of Ultramarine #1A0DAA

Tints of Ultramarine #1A0DAA

Color information

#1A0DAA (or 0x1A0DAA) is unknown color: approx Ultramarine. HEX triplet: 1A, 0D and AA. RGB value is (26,13,170). Sum of RGB (Red+Green+Blue) = 26+13+170=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A0DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0DAA is #E5F255. Grayscale: #222222. Windows color (decimal): -15069782 or 11144474. OLE color: 11144474.

HSL color Cylindrical-coordinate representation of color #1A0DAA: hue angle of 244.97º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0DAA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2613170-
CMYK0.850.9200.33
HSL244.97º85.79%35.88%-
HSV(B)244.97º92.35%66.67%-
XYZ7.833.4138.28-
YUV34.78204.31121.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 170 (66.80% from 255) = 81.34%
R=12.44%
G=6.22%
B=81.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26131700.850.9200.33244.9785.7935.88
Hex1ADAA555C021f55624
Octal321525212513404136512644
Binary11010110110101010101010110111000100001111101011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,170); }

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

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

 a { background-color: rgb(26,13,170); }

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

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

 span { border-color: rgb(26,13,170); }

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