#2A0CAE

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

Shades of Ultramarine #2A0CAE

Tints of Ultramarine #2A0CAE

Color information

#2A0CAE (or 0x2A0CAE) is unknown color: approx Ultramarine. HEX triplet: 2A, 0C and AE. RGB value is (42,12,174). Sum of RGB (Red+Green+Blue) = 42+12+174=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CAE is #D5F351. Grayscale: #262626. Windows color (decimal): -14021458 or 11406378. OLE color: 11406378.

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

Color convert

RGB4212174-
CMYK0.760.9300.32
HSL251.11º87.1%36.47%-
HSV(B)251.11º93.1%68.24%-
XYZ8.733.8140.32-
YUV39.44203.94129.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 174 (68.36% from 255) = 76.32%
R=18.42%
G=5.26%
B=76.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42121740.760.9300.32251.1187.136.47
Hex2ACAE4C5D020fb5724
Octal521425611413504037312744
Binary101010110010101110100110010111010100000111110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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