#1A098A

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

Shades of Ultramarine #1A098A

Tints of Ultramarine #1A098A

Color information

#1A098A (or 0x1A098A) is unknown color: approx Ultramarine. HEX triplet: 1A, 09 and 8A. RGB value is (26,9,138). Sum of RGB (Red+Green+Blue) = 26+9+138=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A098A is #E5F675. Grayscale: #1C1C1C. Windows color (decimal): -15070838 or 9046298. OLE color: 9046298.

HSL color Cylindrical-coordinate representation of color #1A098A: hue angle of 247.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A098A is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB269138-
CMYK0.810.9300.46
HSL247.91º87.76%28.82%-
HSV(B)247.91º93.48%54.12%-
XYZ5.112.2524.21-
YUV28.79189.63126.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 138 (54.30% from 255) = 79.77%
R=15.03%
G=5.20%
B=79.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2691380.810.9300.46247.9187.7628.82
Hex1A98A515D02Ef8581d
Octal321121212113505637013035
Binary1101010011000101010100011011101010111011111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,9,138); }

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

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

 a { background-color: rgb(26,9,138); }

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

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

 span { border-color: rgb(26,9,138); }

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