#2C139F

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

Shades of Ultramarine #2C139F

Tints of Ultramarine #2C139F

Color information

#2C139F (or 0x2C139F) is unknown color: approx Ultramarine. HEX triplet: 2C, 13 and 9F. RGB value is (44,19,159). Sum of RGB (Red+Green+Blue) = 44+19+159=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C139F is #D3EC60. Grayscale: #292929. Windows color (decimal): -13888609 or 10425132. OLE color: 10425132.

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

Color convert

RGB4419159-
CMYK0.720.8800.38
HSL250.71º78.65%34.9%-
HSV(B)250.71º88.05%62.35%-
XYZ7.533.533.08-
YUV42.44193.78129.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 159 (62.5% from 255) = 71.62%
R=19.82%
G=8.56%
B=71.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44191590.720.8800.38250.7178.6534.9
Hex2C139F4858026fb4f23
Octal542323711013004637311743
Binary1011001001110011111100100010110000100110111110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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