#2A059D

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

Shades of Ultramarine #2A059D

Tints of Ultramarine #2A059D

Color information

#2A059D (or 0x2A059D) is unknown color: approx Ultramarine. HEX triplet: 2A, 05 and 9D. RGB value is (42,5,157). Sum of RGB (Red+Green+Blue) = 42+5+157=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A059D is #D5FA62. Grayscale: #202020. Windows color (decimal): -14023267 or 10290474. OLE color: 10290474.

HSL color Cylindrical-coordinate representation of color #2A059D: hue angle of 254.61º 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 #2A059D is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB425157-
CMYK0.730.9700.38
HSL254.61º93.83%31.76%-
HSV(B)254.61º96.82%61.57%-
XYZ7.093.0432.11-
YUV33.39197.76134.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 157 (61.72% from 255) = 76.96%
R=20.59%
G=2.45%
B=76.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4251570.730.9700.38254.6193.8331.76
Hex2A59D4961026ff5e20
Octal52523511114104637713640
Binary10101010110011101100100111000010100110111111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,5,157); }

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

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

 a { background-color: rgb(42,5,157); }

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

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

 span { border-color: rgb(42,5,157); }

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