#2A00AD

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

Shades of Ultramarine #2A00AD

Tints of Ultramarine #2A00AD

Color information

#2A00AD (or 0x2A00AD) is unknown color: approx Ultramarine. HEX triplet: 2A, 00 and AD. RGB value is (42,0,173). Sum of RGB (Red+Green+Blue) = 42+0+173=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A00AD is #D5FF52. Grayscale: #1F1F1F. Windows color (decimal): -14024531 or 11337770. OLE color: 11337770.

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

Color convert

RGB420173-
CMYK0.76100.32
HSL254.57º100%33.92%-
HSV(B)254.57º100%67.84%-
XYZ8.53.5139.76-
YUV32.28207.41134.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=19.53%
G=0%
B=80.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4201730.76100.32254.5710033.92
Hex2A0AD4C64020ff6422
Octal52025511414404037714442
Binary101010010101101100110011001000100000111111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A00AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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