#1A13AA

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

Shades of Ultramarine #1A13AA

Tints of Ultramarine #1A13AA

Color information

#1A13AA (or 0x1A13AA) is unknown color: approx Ultramarine. HEX triplet: 1A, 13 and AA. RGB value is (26,19,170). Sum of RGB (Red+Green+Blue) = 26+19+170=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A13AA is #E5EC55. Grayscale: #252525. Windows color (decimal): -15068246 or 11146010. OLE color: 11146010.

HSL color Cylindrical-coordinate representation of color #1A13AA: hue angle of 242.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A13AA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2619170-
CMYK0.850.8900.33
HSL242.78º79.89%37.06%-
HSV(B)242.78º88.82%66.67%-
XYZ7.913.5938.31-
YUV38.31202.32119.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 170 (66.80% from 255) = 79.07%
R=12.09%
G=8.84%
B=79.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal26191700.850.8900.33242.7879.8937.06
Hex1A13AA5559021f35025
Octal322325212513104136312045
Binary110101001110101010101010110110010100001111100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,170); }

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

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

 a { background-color: rgb(26,19,170); }

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

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

 span { border-color: rgb(26,19,170); }

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