#1A0A95

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

Shades of Ultramarine #1A0A95

Tints of Ultramarine #1A0A95

Color information

#1A0A95 (or 0x1A0A95) is unknown color: approx Ultramarine. HEX triplet: 1A, 0A and 95. RGB value is (26,10,149). Sum of RGB (Red+Green+Blue) = 26+10+149=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A0A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A95 is #E5F56A. Grayscale: #1E1E1E. Windows color (decimal): -15070571 or 9767450. OLE color: 9767450.

HSL color Cylindrical-coordinate representation of color #1A0A95: hue angle of 246.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0A95 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2610149-
CMYK0.830.9300.42
HSL246.91º87.42%31.18%-
HSV(B)246.91º93.29%58.43%-
XYZ5.962.6128.62-
YUV30.63194.8124.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 149 (58.59% from 255) = 80.54%
R=14.05%
G=5.41%
B=80.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26101490.830.9300.42246.9187.4231.18
Hex1AA95535D02Af7571f
Octal321222512313505236712737
Binary1101010101001010110100111011101010101011110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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