Html Css Color HEX #2A059D Ultramarine

📋 copy color: '#2A059D'

red 42 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #2A059D

Tints of Ultramarine #2A059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 157 (61.72% from 255) = 76.96%

R = 20.59%
G = 2.45%
B = 76.96%

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

#2A059D (or 0x2A059D) is known color: Ultramarine. HEX triplet: 2A, 05 and 9D. RGB value is (42,5,157). Sum of RGB (Red+Green+Blue) = 42+5+157=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A059D is #D5FA62. Grayscale: #202020. Windows color (decimal): -14023267 or 10290474. OLE color: 10290474.

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

Color convert

RGB 42 5 157 -
CMYK 0.73 0.97 0 0.38
HSL 254.61º 0.94% 0.32% -
HSV(B) 254.61º 0.97% 0.62% -
XYZ 7.09 3.04 32.11 -
YUV 33.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 42 5 157 0.73 0.97 0 0.38 254.61 0.94 0.32
Hex 2A 5 9D 49 61 0 26 FF 5E 20
Octal 52 5 235 111 141 0 46 377 136 40
Binary 101010 101 10011101 1001001 1100001 0 100110 11111111 1011110 100000

Color Harmonies of #2A059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A059D

Black with #2A059D

Text Example


Text Example

White with #2A059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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