Html Css Color HEX #2C159D Ultramarine

📋 copy color: '#2C159D'

red 44 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #2C159D

Tints of Ultramarine #2C159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 19.82%
G = 9.46%
B = 70.72%

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

#2C159D (or 0x2C159D) is known color: Ultramarine. HEX triplet: 2C, 15 and 9D. RGB value is (44,21,157). Sum of RGB (Red+Green+Blue) = 44+21+157=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C159D is #D3EA62. Grayscale: #2A2A2A. Windows color (decimal): -13888099 or 10294572. OLE color: 10294572.

HSL color Cylindrical-coordinate representation of color #2C159D: hue angle of 250.15º degrees, saturation: 0.76, 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 #2C159D is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 21 157 -
CMYK 0.72 0.87 0 0.38
HSL 250.15º 0.76% 0.35% -
HSV(B) 250.15º 0.87% 0.62% -
XYZ 7.39 3.51 32.19 -
YUV 43.38 192.12 128.44 -
System Red Green Blue C M Y K H S L
Decimal 44 21 157 0.72 0.87 0 0.38 250.15 0.76 0.35
Hex 2C 15 9D 48 57 0 26 FA 4C 23
Octal 54 25 235 110 127 0 46 372 114 43
Binary 101100 10101 10011101 1001000 1010111 0 100110 11111010 1001100 100011

Color Harmonies of #2C159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C159D

Black with #2C159D

Text Example


Text Example

White with #2C159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,21,157); }

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

background-color css

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

 a { background-color: rgb(44,21,157); }

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

border-color css

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

 span { border-color: rgb(44,21,157); }

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