#2C099B

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

Shades of Ultramarine #2C099B

Tints of Ultramarine #2C099B

Color information

#2C099B (or 0x2C099B) is unknown color: approx Ultramarine. HEX triplet: 2C, 09 and 9B. RGB value is (44,9,155). Sum of RGB (Red+Green+Blue) = 44+9+155=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C099B is #D3F664. Grayscale: #232323. Windows color (decimal): -13891173 or 10160428. OLE color: 10160428.

HSL color Cylindrical-coordinate representation of color #2C099B: hue angle of 254.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C099B is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB449155-
CMYK0.720.9400.39
HSL254.38º89.02%32.16%-
HSV(B)254.38º94.19%60.78%-
XYZ7.053.131.24-
YUV36.11195.1133.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=21.15%
G=4.33%
B=74.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4491550.720.9400.39254.3889.0232.16
Hex2C99B485E027fe5920
Octal541123311013604737613140
Binary101100100110011011100100010111100100111111111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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