Html Css Color HEX #2C159E Ultramarine

📋 copy color: '#2C159E'

red 44 ◦ green 21 ◦ blue 158

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

Shades of Ultramarine #2C159E

Tints of Ultramarine #2C159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.85%

R = 19.73%
G = 9.42%
B = 70.85%

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

#2C159E (or 0x2C159E) is known color: Ultramarine. HEX triplet: 2C, 15 and 9E. RGB value is (44,21,158). Sum of RGB (Red+Green+Blue) = 44+21+158=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C159E is #D3EA61. Grayscale: #2A2A2A. Windows color (decimal): -13888098 or 10360108. OLE color: 10360108.

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

Color convert

RGB 44 21 158 -
CMYK 0.72 0.87 0 0.38
HSL 250.07º 0.77% 0.35% -
HSV(B) 250.07º 0.87% 0.62% -
XYZ 7.48 3.54 32.64 -
YUV 43.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 44 21 158 0.72 0.87 0 0.38 250.07 0.77 0.35
Hex 2C 15 9E 48 57 0 26 FA 4D 23
Octal 54 25 236 110 127 0 46 372 115 43
Binary 101100 10101 10011110 1001000 1010111 0 100110 11111010 1001101 100011

Color Harmonies of #2C159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C159E

Black with #2C159E

Text Example


Text Example

White with #2C159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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