#1A0479

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

Shades of Ultramarine #1A0479

Tints of Ultramarine #1A0479

Color information

#1A0479 (or 0x1A0479) is unknown color: approx Ultramarine. HEX triplet: 1A, 04 and 79. RGB value is (26,4,121). Sum of RGB (Red+Green+Blue) = 26+4+121=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A0479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0479 is #E5FB86. Grayscale: #171717. Windows color (decimal): -15072135 or 7930906. OLE color: 7930906.

HSL color Cylindrical-coordinate representation of color #1A0479: hue angle of 251.28º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0479 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB264121-
CMYK0.790.9700.53
HSL251.28º93.6%24.51%-
HSV(B)251.28º96.69%47.45%-
XYZ3.921.6918.21-
YUV23.92182.79129.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 121 (47.66% from 255) = 80.13%
R=17.22%
G=2.65%
B=80.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2641210.790.9700.53251.2893.624.51
Hex1A4794F61035fb5e19
Octal32417111714106537313631
Binary11010100111100110011111100001011010111111011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,121); }

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

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

 a { background-color: rgb(26,4,121); }

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

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

 span { border-color: rgb(26,4,121); }

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