#2C059E

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

Shades of Ultramarine #2C059E

Tints of Ultramarine #2C059E

Color information

#2C059E (or 0x2C059E) is unknown color: approx Ultramarine. HEX triplet: 2C, 05 and 9E. RGB value is (44,5,158). Sum of RGB (Red+Green+Blue) = 44+5+158=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C059E is #D3FA61. Grayscale: #212121. Windows color (decimal): -13892194 or 10356012. OLE color: 10356012.

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

Color convert

RGB445158-
CMYK0.720.9700.38
HSL255.29º93.87%31.96%-
HSV(B)255.29º96.84%61.96%-
XYZ7.263.1132.57-
YUV34.1197.92135.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 158 (62.11% from 255) = 76.33%
R=21.26%
G=2.42%
B=76.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4451580.720.9700.38255.2993.8731.96
Hex2C59E4861026ff5e20
Octal54523611014104637713640
Binary10110010110011110100100011000010100110111111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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