#1A0991

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

Shades of Ultramarine #1A0991

Tints of Ultramarine #1A0991

Color information

#1A0991 (or 0x1A0991) is unknown color: approx Ultramarine. HEX triplet: 1A, 09 and 91. RGB value is (26,9,145). Sum of RGB (Red+Green+Blue) = 26+9+145=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0991 is #E5F66E. Grayscale: #1D1D1D. Windows color (decimal): -15070831 or 9505050. OLE color: 9505050.

HSL color Cylindrical-coordinate representation of color #1A0991: hue angle of 247.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0991 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB269145-
CMYK0.820.9400.43
HSL247.5º88.31%30.2%-
HSV(B)247.5º93.79%56.86%-
XYZ5.632.4626.97-
YUV29.59193.13125.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.44%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 145 (57.03% from 255) = 80.56%
R=14.44%
G=5%
B=80.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2691450.820.9400.43247.588.3130.2
Hex1A991525E02Bf8581e
Octal321122112213605337013036
Binary1101010011001000110100101011110010101111111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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