#1A02AC

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

Shades of Ultramarine #1A02AC

Tints of Ultramarine #1A02AC

Color information

#1A02AC (or 0x1A02AC) is unknown color: approx Ultramarine. HEX triplet: 1A, 02 and AC. RGB value is (26,2,172). Sum of RGB (Red+Green+Blue) = 26+2+172=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A02AC is #E5FD53. Grayscale: #1B1B1B. Windows color (decimal): -15072596 or 11272730. OLE color: 11272730.

HSL color Cylindrical-coordinate representation of color #1A02AC: hue angle of 248.47º 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 #1A02AC is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB262172-
CMYK0.850.9900.33
HSL248.47º97.7%34.12%-
HSV(B)248.47º98.84%67.45%-
XYZ7.893.2439.24-
YUV28.56208.95126.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 172 (67.58% from 255) = 86%
R=13%
G=1%
B=86%

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
Decimal2621720.850.9900.33248.4797.734.12
Hex1A2AC5563021f86222
Octal32225412514304137014242
Binary110101010101100101010111000110100001111110001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A02AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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