#1A1684

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

Shades of Ultramarine #1A1684

Tints of Ultramarine #1A1684

Color information

#1A1684 (or 0x1A1684) is unknown color: approx Ultramarine. HEX triplet: 1A, 16 and 84. RGB value is (26,22,132). Sum of RGB (Red+Green+Blue) = 26+22+132=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A1684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1684 is #E5E97B. Grayscale: #232323. Windows color (decimal): -15067516 or 8656410. OLE color: 8656410.

HSL color Cylindrical-coordinate representation of color #1A1684: hue angle of 242.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1684 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2622132-
CMYK0.800.8300.48
HSL242.18º71.43%30.2%-
HSV(B)242.18º83.33%51.76%-
XYZ4.882.4622.05-
YUV35.74182.33121.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.44%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 132 (51.95% from 255) = 73.33%
R=14.44%
G=12.22%
B=73.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26221320.800.8300.48242.1871.4330.2
Hex1A16845053030f2471e
Octal322620412012306036210736
Binary11010101101000010010100001010011011000011110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,132); }

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

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

 a { background-color: rgb(26,22,132); }

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

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

 span { border-color: rgb(26,22,132); }

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