#1a0782

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

Shades of Ultramarine #1A0782

Tints of Ultramarine #1A0782

Color information

#1A0782 (or 0x1A0782) is unknown color: approx Ultramarine. HEX triplet: 1A, 07 and 82. RGB value is (26,7,130). Sum of RGB (Red+Green+Blue) = 26+7+130=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A0782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0782 is #E5F87D. Grayscale: #1A1A1A. Windows color (decimal): -15071358 or 8521498. OLE color: 8521498.

HSL color Cylindrical-coordinate representation of color #1A0782: hue angle of 249.27º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0782 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB267130-
CMYK0.80.9500.49
HSL249.27º89.78%26.86%-
HSV(B)249.27º94.62%50.98%-
XYZ4.531.9821.26-
YUV26.7186.29127.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 130 (51.17% from 255) = 79.75%
R=15.95%
G=4.29%
B=79.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2671300.80.9500.49249.2789.7826.86
Hex1A782505F031f95a1b
Octal32720212013706137113233
Binary110101111000001010100001011111011000111111001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,130); }

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

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

 a { background-color: rgb(26,7,130); }

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

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

 span { border-color: rgb(26,7,130); }

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