#2C059A

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

Shades of Ultramarine #2C059A

Tints of Ultramarine #2C059A

Color information

#2C059A (or 0x2C059A) is unknown color: approx Ultramarine. HEX triplet: 2C, 05 and 9A. RGB value is (44,5,154). Sum of RGB (Red+Green+Blue) = 44+5+154=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C059A is #D3FA65. Grayscale: #212121. Windows color (decimal): -13892198 or 10093868. OLE color: 10093868.

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

Color convert

RGB445154-
CMYK0.710.9700.40
HSL255.7º93.71%31.18%-
HSV(B)255.7º96.75%60.39%-
XYZ6.932.9830.78-
YUV33.65195.92135.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=21.67%
G=2.46%
B=75.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4451540.710.9700.40255.793.7131.18
Hex2C59A47610281005e1f
Octal54523210714105040013637
Binary10110010110011010100011111000010101000100000000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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