#2A02AD

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

Shades of Ultramarine #2A02AD

Tints of Ultramarine #2A02AD

Color information

#2A02AD (or 0x2A02AD) is unknown color: approx Ultramarine. HEX triplet: 2A, 02 and AD. RGB value is (42,2,173). Sum of RGB (Red+Green+Blue) = 42+2+173=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A02AD is #D5FD52. Grayscale: #202020. Windows color (decimal): -14024019 or 11338282. OLE color: 11338282.

HSL color Cylindrical-coordinate representation of color #2A02AD: hue angle of 254.04º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A02AD is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB422173-
CMYK0.760.9900.32
HSL254.04º97.71%34.31%-
HSV(B)254.04º98.84%67.84%-
XYZ8.523.5539.77-
YUV33.45206.75134.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 173 (67.97% from 255) = 79.72%
R=19.35%
G=0.92%
B=79.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4221730.760.9900.32254.0497.7134.31
Hex2A2AD4C63020fe6222
Octal52225511414304037614242
Binary1010101010101101100110011000110100000111111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A02AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A02AD; }

 p { color: rgb(42,2,173); }

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

<style>
 a { background-color: #2A02AD; }

 a { background-color: rgb(42,2,173); }

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

<style>
 span { border-color: #2A02AD; }

 span { border-color: rgb(42,2,173); }

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