#2A079D

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

Shades of Ultramarine #2A079D

Tints of Ultramarine #2A079D

Color information

#2A079D (or 0x2A079D) is unknown color: approx Ultramarine. HEX triplet: 2A, 07 and 9D. RGB value is (42,7,157). Sum of RGB (Red+Green+Blue) = 42+7+157=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A079D is #D5F862. Grayscale: #222222. Windows color (decimal): -14022755 or 10290986. OLE color: 10290986.

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

Color convert

RGB427157-
CMYK0.730.9600.38
HSL254º91.46%32.16%-
HSV(B)254º95.54%61.57%-
XYZ7.123.0832.12-
YUV34.56197.1133.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 157 (61.72% from 255) = 76.21%
R=20.39%
G=3.40%
B=76.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4271570.730.9600.3825491.4632.16
Hex2A79D4960026fe5b20
Octal52723511114004637613340
Binary10101011110011101100100111000000100110111111101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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