#2C0E99

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

Shades of Ultramarine #2C0E99

Tints of Ultramarine #2C0E99

Color information

#2C0E99 (or 0x2C0E99) is unknown color: approx Ultramarine. HEX triplet: 2C, 0E and 99. RGB value is (44,14,153). Sum of RGB (Red+Green+Blue) = 44+14+153=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0E99 is #D3F166. Grayscale: #262626. Windows color (decimal): -13889895 or 10030636. OLE color: 10030636.

HSL color Cylindrical-coordinate representation of color #2C0E99: hue angle of 252.95º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0E99 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4414153-
CMYK0.710.9100.4
HSL252.95º83.23%32.75%-
HSV(B)252.95º90.85%60%-
XYZ6.953.1530.38-
YUV38.82192.44131.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=20.85%
G=6.64%
B=72.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44141530.710.9100.4252.9583.2332.75
Hex2CE99475B028fd5321
Octal541623110713305037512341
Binary101100111010011001100011110110110101000111111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,14,153); }

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

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

 a { background-color: rgb(44,14,153); }

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

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

 span { border-color: rgb(44,14,153); }

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