Html Css Color HEX #2A079F Ultramarine

📋 copy color: '#2A079F'

red 42 ◦ green 7 ◦ blue 159

#2A079F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2A079F

Tints of Ultramarine #2A079F

RGB

 RED value IS 42 (16.8% from 255) = 20.19%

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 159 (62.5% from 255) = 76.44%

R = 20.19%
G = 3.37%
B = 76.44%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A079F (or 0x2A079F) is known color: Ultramarine. HEX triplet: 2A, 07 and 9F. RGB value is (42,7,159). Sum of RGB (Red+Green+Blue) = 42+7+159=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A079F is #D5F860. Grayscale: #222222. Windows color (decimal): -14022753 or 10422058. OLE color: 10422058.

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

Color convert

RGB 42 7 159 -
CMYK 0.74 0.96 0 0.38
HSL 253.82º 0.92% 0.33% -
HSV(B) 253.82º 0.96% 0.62% -
XYZ 7.29 3.15 33.02 -
YUV 34.79 198.1 133.14 -
System Red Green Blue C M Y K H S L
Decimal 42 7 159 0.74 0.96 0 0.38 253.82 0.92 0.33
Hex 2A 7 9F 4A 60 0 26 FE 5C 21
Octal 52 7 237 112 140 0 46 376 134 41
Binary 101010 111 10011111 1001010 1100000 0 100110 11111110 1011100 100001

Color Harmonies of #2A079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A079F

Black with #2A079F

Text Example


Text Example

White with #2A079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A079F;
 }
 .AnyTagClassName
 {
   color: #2A079F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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