#2c099a

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

Shades of Ultramarine #2C099A

Tints of Ultramarine #2C099A

Color information

#2C099A (or 0x2C099A) is unknown color: approx Ultramarine. HEX triplet: 2C, 09 and 9A. RGB value is (44,9,154). Sum of RGB (Red+Green+Blue) = 44+9+154=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C099A is #D3F665. Grayscale: #232323. Windows color (decimal): -13891174 or 10094892. OLE color: 10094892.

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

Color convert

RGB449154-
CMYK0.710.9400.40
HSL254.48º88.96%31.96%-
HSV(B)254.48º94.16%60.39%-
XYZ6.973.0630.8-
YUV36194.6133.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 154 (60.55% from 255) = 74.40%
R=21.26%
G=4.35%
B=74.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4491540.710.9400.40254.4888.9631.96
Hex2C99A475E028fe5920
Octal541123210713605037613140
Binary101100100110011010100011110111100101000111111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c099a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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