#1A109A

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

Shades of Ultramarine #1A109A

Tints of Ultramarine #1A109A

Color information

#1A109A (or 0x1A109A) is unknown color: approx Ultramarine. HEX triplet: 1A, 10 and 9A. RGB value is (26,16,154). Sum of RGB (Red+Green+Blue) = 26+16+154=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A109A is #E5EF65. Grayscale: #222222. Windows color (decimal): -15069030 or 10096666. OLE color: 10096666.

HSL color Cylindrical-coordinate representation of color #1A109A: hue angle of 244.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A109A is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2616154-
CMYK0.830.9000.40
HSL244.35º81.18%33.33%-
HSV(B)244.35º89.61%60.39%-
XYZ6.442.9230.8-
YUV34.72195.31121.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 154 (60.55% from 255) = 78.57%
R=13.27%
G=8.16%
B=78.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26161540.830.9000.40244.3581.1833.33
Hex1A109A535A028f45121
Octal322023212313205036412141
Binary110101000010011010101001110110100101000111101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,154); }

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

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

 a { background-color: rgb(26,16,154); }

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

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

 span { border-color: rgb(26,16,154); }

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