#1A1785

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

Shades of Ultramarine #1A1785

Tints of Ultramarine #1A1785

Color information

#1A1785 (or 0x1A1785) is unknown color: approx Ultramarine. HEX triplet: 1A, 17 and 85. RGB value is (26,23,133). Sum of RGB (Red+Green+Blue) = 26+23+133=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A1785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1785 is #E5E87A. Grayscale: #242424. Windows color (decimal): -15067259 or 8722202. OLE color: 8722202.

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

Color convert

RGB2623133-
CMYK0.800.8300.48
HSL241.64º70.51%30.59%-
HSV(B)241.64º82.71%52.16%-
XYZ4.972.5322.42-
YUV36.44182.49120.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 133 (52.34% from 255) = 73.08%
R=14.29%
G=12.64%
B=73.08%

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
Decimal26231330.800.8300.48241.6470.5130.59
Hex1A17855053030f2471f
Octal322720512012306036210737
Binary11010101111000010110100001010011011000011110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,23,133); }

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

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

 a { background-color: rgb(26,23,133); }

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

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

 span { border-color: rgb(26,23,133); }

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