#1A0085

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

Shades of Ultramarine #1A0085

Tints of Ultramarine #1A0085

Color information

#1A0085 (or 0x1A0085) is unknown color: approx Ultramarine. HEX triplet: 1A, 00 and 85. RGB value is (26,0,133). Sum of RGB (Red+Green+Blue) = 26+0+133=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0085 is #E5FF7A. Grayscale: #161616. Windows color (decimal): -15073147 or 8716314. OLE color: 8716314.

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

Color convert

RGB260133-
CMYK0.80100.48
HSL251.73º100%26.08%-
HSV(B)251.73º100%52.16%-
XYZ4.661.9122.31-
YUV22.94190.11130.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 83.65%
R=16.35%
G=0%
B=83.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2601330.80100.48251.7310026.08
Hex1A0855064030fc641a
Octal32020512014406037414432
Binary1101001000010110100001100100011000011111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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