#2C159E

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

Shades of Ultramarine #2C159E

Tints of Ultramarine #2C159E

Color information

#2C159E (or 0x2C159E) is unknown color: approx Ultramarine. HEX triplet: 2C, 15 and 9E. RGB value is (44,21,158). Sum of RGB (Red+Green+Blue) = 44+21+158=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C159E is #D3EA61. Grayscale: #2A2A2A. Windows color (decimal): -13888098 or 10360108. OLE color: 10360108.

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

Color convert

RGB4421158-
CMYK0.720.8700.38
HSL250.07º76.54%35.1%-
HSV(B)250.07º86.71%61.96%-
XYZ7.483.5432.64-
YUV43.5192.62128.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 158 (62.11% from 255) = 70.85%
R=19.73%
G=9.42%
B=70.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44211580.720.8700.38250.0776.5435.1
Hex2C159E4857026fa4d23
Octal542523611012704637211543
Binary1011001010110011110100100010101110100110111110101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,158); }

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

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

 a { background-color: rgb(44,21,158); }

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

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

 span { border-color: rgb(44,21,158); }

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