#1A0478

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

Shades of Ultramarine #1A0478

Tints of Ultramarine #1A0478

Color information

#1A0478 (or 0x1A0478) is unknown color: approx Ultramarine. HEX triplet: 1A, 04 and 78. RGB value is (26,4,120). Sum of RGB (Red+Green+Blue) = 26+4+120=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0478 is #E5FB87. Grayscale: #171717. Windows color (decimal): -15072136 or 7865370. OLE color: 7865370.

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

Color convert

RGB264120-
CMYK0.780.9700.53
HSL251.38º93.55%24.31%-
HSV(B)251.38º96.67%47.06%-
XYZ3.861.6617.89-
YUV23.8182.29129.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 120 (47.27% from 255) = 80%
R=17.33%
G=2.67%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2641200.780.9700.53251.3893.5524.31
Hex1A4784E61035fb5e18
Octal32417011614106537313630
Binary11010100111100010011101100001011010111111011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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