#1A0A9B

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

Shades of Ultramarine #1A0A9B

Tints of Ultramarine #1A0A9B

Color information

#1A0A9B (or 0x1A0A9B) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and 9B. RGB value is (26,10,155). Sum of RGB (Red+Green+Blue) = 26+10+155=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A9B is #E5F564. Grayscale: #1E1E1E. Windows color (decimal): -15070565 or 10160666. OLE color: 10160666.

HSL color Cylindrical-coordinate representation of color #1A0A9B: hue angle of 246.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0A9B is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2610155-
CMYK0.830.9400.39
HSL246.62º87.88%32.35%-
HSV(B)246.62º93.55%60.78%-
XYZ6.452.831.21-
YUV31.31197.8124.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 155 (60.94% from 255) = 81.15%
R=13.61%
G=5.24%
B=81.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26101550.830.9400.39246.6287.8832.35
Hex1AA9B535E027f75820
Octal321223312313604736713040
Binary11010101010011011101001110111100100111111101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,10,155); }

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

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

 a { background-color: rgb(26,10,155); }

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

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

 span { border-color: rgb(26,10,155); }

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