#2C139C

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

Shades of Ultramarine #2C139C

Tints of Ultramarine #2C139C

Color information

#2C139C (or 0x2C139C) is unknown color: approx Ultramarine. HEX triplet: 2C, 13 and 9C. RGB value is (44,19,156). Sum of RGB (Red+Green+Blue) = 44+19+156=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C139C is #D3EC63. Grayscale: #292929. Windows color (decimal): -13888612 or 10228524. OLE color: 10228524.

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

Color convert

RGB4419156-
CMYK0.720.8800.39
HSL250.95º78.29%34.31%-
HSV(B)250.95º87.82%61.18%-
XYZ7.273.431.73-
YUV42.09192.28129.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 156 (61.33% from 255) = 71.23%
R=20.09%
G=8.68%
B=71.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44191560.720.8800.39250.9578.2934.31
Hex2C139C4858027fb4e22
Octal542323411013004737311642
Binary1011001001110011100100100010110000100111111110111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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