Html Css Color HEX #2C149F Ultramarine

📋 copy color: '#2C149F'

red 44 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #2C149F

Tints of Ultramarine #2C149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 19.73%
G = 8.97%
B = 71.3%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C149F (or 0x2C149F) is known color: Ultramarine. HEX triplet: 2C, 14 and 9F. RGB value is (44,20,159). Sum of RGB (Red+Green+Blue) = 44+20+159=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C149F is #D3EB60. Grayscale: #2A2A2A. Windows color (decimal): -13888353 or 10425388. OLE color: 10425388.

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

Color convert

RGB 44 20 159 -
CMYK 0.72 0.87 0 0.38
HSL 250.36º 0.78% 0.35% -
HSV(B) 250.36º 0.87% 0.62% -
XYZ 7.55 3.54 33.09 -
YUV 43.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 44 20 159 0.72 0.87 0 0.38 250.36 0.78 0.35
Hex 2C 14 9F 48 57 0 26 FA 4E 23
Octal 54 24 237 110 127 0 46 372 116 43
Binary 101100 10100 10011111 1001000 1010111 0 100110 11111010 1001110 100011

Color Harmonies of #2C149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C149F

Black with #2C149F

Text Example


Text Example

White with #2C149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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