#2A049E

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

Shades of Ultramarine #2A049E

Tints of Ultramarine #2A049E

Color information

#2A049E (or 0x2A049E) is unknown color: approx Ultramarine. HEX triplet: 2A, 04 and 9E. RGB value is (42,4,158). Sum of RGB (Red+Green+Blue) = 42+4+158=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A049E is #D5FB61. Grayscale: #202020. Windows color (decimal): -14023522 or 10355754. OLE color: 10355754.

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

Color convert

RGB424158-
CMYK0.730.9700.38
HSL254.81º95.06%31.76%-
HSV(B)254.81º97.47%61.96%-
XYZ7.173.0532.56-
YUV32.92198.59134.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 158 (62.11% from 255) = 77.45%
R=20.59%
G=1.96%
B=77.45%

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
Decimal4241580.730.9700.38254.8195.0631.76
Hex2A49E4961026ff5f20
Octal52423611114104637713740
Binary10101010010011110100100111000010100110111111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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