#2A09AE

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

Shades of Ultramarine #2A09AE

Tints of Ultramarine #2A09AE

Color information

#2A09AE (or 0x2A09AE) is unknown color: approx Ultramarine. HEX triplet: 2A, 09 and AE. RGB value is (42,9,174). Sum of RGB (Red+Green+Blue) = 42+9+174=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A09AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A09AE is #D5F651. Grayscale: #252525. Windows color (decimal): -14022226 or 11405610. OLE color: 11405610.

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

Color convert

RGB429174-
CMYK0.760.9500.32
HSL252º90.16%35.88%-
HSV(B)252º94.83%68.24%-
XYZ8.693.7440.31-
YUV37.68204.93131.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 174 (68.36% from 255) = 77.33%
R=18.67%
G=4%
B=77.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4291740.760.9500.3225290.1635.88
Hex2A9AE4C5F020fc5a24
Octal521125611413704037413244
Binary101010100110101110100110010111110100000111111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,174); }

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

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

 a { background-color: rgb(42,9,174); }

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

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

 span { border-color: rgb(42,9,174); }

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