#2C0A9D

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

Shades of Ultramarine #2C0A9D

Tints of Ultramarine #2C0A9D

Color information

#2C0A9D (or 0x2C0A9D) is unknown color: approx Ultramarine. HEX triplet: 2C, 0A and 9D. RGB value is (44,10,157). Sum of RGB (Red+Green+Blue) = 44+10+157=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C0A9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0A9D is #D3F562. Grayscale: #242424. Windows color (decimal): -13890915 or 10291756. OLE color: 10291756.

HSL color Cylindrical-coordinate representation of color #2C0A9D: hue angle of 253.88º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0A9D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4410157-
CMYK0.720.9400.38
HSL253.88º88.02%32.75%-
HSV(B)253.88º93.63%61.57%-
XYZ7.233.1932.13-
YUV36.92195.76133.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=20.85%
G=4.74%
B=74.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44101570.720.9400.38253.8888.0232.75
Hex2CA9D485E026fe5821
Octal541223511013604637613041
Binary101100101010011101100100010111100100110111111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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