#1A02AB

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

Shades of Ultramarine #1A02AB

Tints of Ultramarine #1A02AB

Color information

#1A02AB (or 0x1A02AB) is unknown color: approx Ultramarine. HEX triplet: 1A, 02 and AB. RGB value is (26,2,171). Sum of RGB (Red+Green+Blue) = 26+2+171=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A02AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A02AB is #E5FD54. Grayscale: #1B1B1B. Windows color (decimal): -15072597 or 11207194. OLE color: 11207194.

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

Color convert

RGB262171-
CMYK0.850.9900.33
HSL248.52º97.69%33.92%-
HSV(B)248.52º98.83%67.06%-
XYZ7.83.238.74-
YUV28.44208.45126.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 171 (67.19% from 255) = 85.93%
R=13.07%
G=1.01%
B=85.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2621710.850.9900.33248.5297.6933.92
Hex1A2AB5563021f96222
Octal32225312514304137114242
Binary110101010101011101010111000110100001111110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A02AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,171); }

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

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

 a { background-color: rgb(26,2,171); }

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

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

 span { border-color: rgb(26,2,171); }

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