Html Css Color HEX #2C089F Ultramarine

📋 copy color: '#2C089F'

red 44 ◦ green 8 ◦ blue 159

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

Shades of Ultramarine #2C089F

Tints of Ultramarine #2C089F

RGB

 RED value IS 44 (17.58% from 255) = 20.85%

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

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

R = 20.85%
G = 3.79%
B = 75.36%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C089F (or 0x2C089F) is known color: Ultramarine. HEX triplet: 2C, 08 and 9F. RGB value is (44,8,159). Sum of RGB (Red+Green+Blue) = 44+8+159=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C089F is #D3F760. Grayscale: #232323. Windows color (decimal): -13891425 or 10422316. OLE color: 10422316.

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

Color convert

RGB 44 8 159 -
CMYK 0.72 0.95 0 0.38
HSL 254.3º 0.9% 0.33% -
HSV(B) 254.3º 0.95% 0.62% -
XYZ 7.38 3.21 33.03 -
YUV 35.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 44 8 159 0.72 0.95 0 0.38 254.3 0.9 0.33
Hex 2C 8 9F 48 5F 0 26 FE 5A 21
Octal 54 10 237 110 137 0 46 376 132 41
Binary 101100 1000 10011111 1001000 1011111 0 100110 11111110 1011010 100001

Color Harmonies of #2C089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C089F

Black with #2C089F

Text Example


Text Example

White with #2C089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,8,159); }

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

background-color css

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

 a { background-color: rgb(44,8,159); }

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

border-color css

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

 span { border-color: rgb(44,8,159); }

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