Html Css Color HEX #2A099C Ultramarine

📋 copy color: '#2A099C'

red 42 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #2A099C

Tints of Ultramarine #2A099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 156 (61.33% from 255) = 75.36%

R = 20.29%
G = 4.35%
B = 75.36%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A099C (or 0x2A099C) is known color: Ultramarine. HEX triplet: 2A, 09 and 9C. RGB value is (42,9,156). Sum of RGB (Red+Green+Blue) = 42+9+156=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A099C is #D5F663. Grayscale: #232323. Windows color (decimal): -14022244 or 10225962. OLE color: 10225962.

HSL color Cylindrical-coordinate representation of color #2A099C: hue angle of 253.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A099C is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 9 156 -
CMYK 0.73 0.94 0 0.39
HSL 253.47º 0.89% 0.32% -
HSV(B) 253.47º 0.94% 0.61% -
XYZ 7.05 3.09 31.68 -
YUV 35.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 42 9 156 0.73 0.94 0 0.39 253.47 0.89 0.32
Hex 2A 9 9C 49 5E 0 27 FD 59 20
Octal 52 11 234 111 136 0 47 375 131 40
Binary 101010 1001 10011100 1001001 1011110 0 100111 11111101 1011001 100000

Color Harmonies of #2A099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A099C

Black with #2A099C

Text Example


Text Example

White with #2A099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,9,156); }

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

background-color css

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

 a { background-color: rgb(42,9,156); }

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

border-color css

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

 span { border-color: rgb(42,9,156); }

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