#1A1582

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

Shades of Ultramarine #1A1582

Tints of Ultramarine #1A1582

Color information

#1A1582 (or 0x1A1582) is unknown color: approx Ultramarine. HEX triplet: 1A, 15 and 82. RGB value is (26,21,130). Sum of RGB (Red+Green+Blue) = 26+21+130=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A1582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1582 is #E5EA7D. Grayscale: #222222. Windows color (decimal): -15067774 or 8525082. OLE color: 8525082.

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

Color convert

RGB2621130-
CMYK0.80.8400.49
HSL242.75º72.19%29.61%-
HSV(B)242.75º83.85%50.98%-
XYZ4.722.3721.33-
YUV34.92181.66121.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 130 (51.17% from 255) = 73.45%
R=14.69%
G=11.86%
B=73.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26211300.80.8400.49242.7572.1929.61
Hex1A15825054031f3481e
Octal322520212012406136311036
Binary11010101011000001010100001010100011000111110011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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