Html Css Color HEX #2A059E Ultramarine

📋 copy color: '#2A059E'

red 42 ◦ green 5 ◦ blue 158

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

Shades of Ultramarine #2A059E

Tints of Ultramarine #2A059E

RGB

 RED value IS 42 (16.8% 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 value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A059E (or 0x2A059E) is known color: 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

RGB 42 5 158 -
CMYK 0.73 0.97 0 0.38
HSL 254.51º 0.94% 0.32% -
HSV(B) 254.51º 0.97% 0.62% -
XYZ 7.18 3.07 32.56 -
YUV 33.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 42 5 158 0.73 0.97 0 0.38 254.51 0.94 0.32
Hex 2A 5 9E 49 61 0 26 FF 5E 20
Octal 52 5 236 111 141 0 46 377 136 40
Binary 101010 101 10011110 1001001 1100001 0 100110 11111111 1011110 100000

Color Harmonies of #2A059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A059E

Black with #2A059E

Text Example


Text Example

White with #2A059E

Text Example


Text Example

HTML Codes & Css Web 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>