#1A0A9F

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

Shades of Ultramarine #1A0A9F

Tints of Ultramarine #1A0A9F

Color information

#1A0A9F (or 0x1A0A9F) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and 9F. RGB value is (26,10,159). Sum of RGB (Red+Green+Blue) = 26+10+159=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A0A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A9F is #E5F560. Grayscale: #1F1F1F. Windows color (decimal): -15070561 or 10422810. OLE color: 10422810.

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

Color convert

RGB2610159-
CMYK0.840.9400.38
HSL246.44º88.17%33.14%-
HSV(B)246.44º93.71%62.35%-
XYZ6.792.9433.01-
YUV31.77199.8123.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 159 (62.5% from 255) = 81.54%
R=13.33%
G=5.13%
B=81.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26101590.840.9400.38246.4488.1733.14
Hex1AA9F545E026f65821
Octal321223712413604636613041
Binary11010101010011111101010010111100100110111101101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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