#2A059E

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

Shades of Ultramarine #2A059E

Tints of Ultramarine #2A059E

Color information

#2A059E (or 0x2A059E) is unknown color: approx Ultramarine. HEX triplet: 2A, 05 and 9E. RGB value is (42,5,158). Sum of RGB (Red+Green+Blue) = 42+5+158=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A059E is #D5FA61. Grayscale: #202020. Windows color (decimal): -14023266 or 10356010. OLE color: 10356010.

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

Color convert

RGB425158-
CMYK0.730.9700.38
HSL254.51º93.87%31.96%-
HSV(B)254.51º96.84%61.96%-
XYZ7.183.0732.56-
YUV33.5198.26134.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=20.49%
G=2.44%
B=77.07%

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
Decimal4251580.730.9700.38254.5193.8731.96
Hex2A59E4961026ff5e20
Octal52523611114104637713640
Binary10101010110011110100100111000010100110111111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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