#2c099f

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

Shades of Ultramarine #2C099F

Tints of Ultramarine #2C099F

Color information

#2C099F (or 0x2C099F) is unknown color: approx Ultramarine. HEX triplet: 2C, 09 and 9F. RGB value is (44,9,159). Sum of RGB (Red+Green+Blue) = 44+9+159=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C099F is #D3F660. Grayscale: #242424. Windows color (decimal): -13891169 or 10422572. OLE color: 10422572.

HSL color Cylindrical-coordinate representation of color #2C099F: hue angle of 254º degrees, saturation: 0.89, 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 #2C099F is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB449159-
CMYK0.720.9400.38
HSL254º89.29%32.94%-
HSV(B)254º94.34%62.35%-
XYZ7.393.2333.04-
YUV36.56197.1133.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 159 (62.5% from 255) = 75%
R=20.75%
G=4.25%
B=75%

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
Decimal4491590.720.9400.3825489.2932.94
Hex2C99F485E026fe5921
Octal541123711013604637613141
Binary101100100110011111100100010111100100110111111101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c099f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,9,159); }

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

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

 a { background-color: rgb(44,9,159); }

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

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

 span { border-color: rgb(44,9,159); }

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