Html Css Color HEX #2A089D Ultramarine

📋 copy color: '#2A089D'

red 42 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #2A089D

Tints of Ultramarine #2A089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 20.29%
G = 3.86%
B = 75.85%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A089D (or 0x2A089D) is known color: Ultramarine. HEX triplet: 2A, 08 and 9D. RGB value is (42,8,157). Sum of RGB (Red+Green+Blue) = 42+8+157=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A089D is #D5F762. Grayscale: #222222. Windows color (decimal): -14022499 or 10291242. OLE color: 10291242.

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

Color convert

RGB 42 8 157 -
CMYK 0.73 0.95 0 0.38
HSL 253.69º 0.9% 0.32% -
HSV(B) 253.69º 0.95% 0.62% -
XYZ 7.13 3.1 32.12 -
YUV 35.15 196.76 132.88 -
System Red Green Blue C M Y K H S L
Decimal 42 8 157 0.73 0.95 0 0.38 253.69 0.9 0.32
Hex 2A 8 9D 49 5F 0 26 FE 5A 20
Octal 52 10 235 111 137 0 46 376 132 40
Binary 101010 1000 10011101 1001001 1011111 0 100110 11111110 1011010 100000

Color Harmonies of #2A089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A089D

Black with #2A089D

Text Example


Text Example

White with #2A089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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