#2C0AAC

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

Shades of Ultramarine #2C0AAC

Tints of Ultramarine #2C0AAC

Color information

#2C0AAC (or 0x2C0AAC) is unknown color: approx Ultramarine. HEX triplet: 2C, 0A and AC. RGB value is (44,10,172). Sum of RGB (Red+Green+Blue) = 44+10+172=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0AAC is #D3F553. Grayscale: #262626. Windows color (decimal): -13890900 or 11274796. OLE color: 11274796.

HSL color Cylindrical-coordinate representation of color #2C0AAC: hue angle of 252.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0AAC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4410172-
CMYK0.740.9400.33
HSL252.59º89.01%35.69%-
HSV(B)252.59º94.19%67.45%-
XYZ8.593.7339.3-
YUV38.63203.26131.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 172 (67.58% from 255) = 76.11%
R=19.47%
G=4.42%
B=76.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44101720.740.9400.33252.5989.0135.69
Hex2CAAC4A5E021fd5924
Octal541225411213604137513144
Binary101100101010101100100101010111100100001111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,10,172); }

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

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

 a { background-color: rgb(44,10,172); }

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

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

 span { border-color: rgb(44,10,172); }

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