#1A009F

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

Shades of Ultramarine #1A009F

Tints of Ultramarine #1A009F

Color information

#1A009F (or 0x1A009F) is unknown color: approx Ultramarine. HEX triplet: 1A, 00 and 9F. RGB value is (26,0,159). Sum of RGB (Red+Green+Blue) = 26+0+159=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A009F is #E5FF60. Grayscale: #191919. Windows color (decimal): -15073121 or 10420250. OLE color: 10420250.

HSL color Cylindrical-coordinate representation of color #1A009F: hue angle of 249.81º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A009F is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB260159-
CMYK0.84100.38
HSL249.81º100%31.18%-
HSV(B)249.81º100%62.35%-
XYZ6.682.7232.97-
YUV25.9203.11128.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 85.95%
R=14.05%
G=0%
B=85.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2601590.84100.38249.8110031.18
Hex1A09F5464026fa641f
Octal32023712414404637214437
Binary1101001001111110101001100100010011011111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,159); }

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

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

 a { background-color: rgb(26,0,159); }

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

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

 span { border-color: rgb(26,0,159); }

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