Html Css Color HEX #2C119B Ultramarine

📋 copy color: '#2C119B'

red 44 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #2C119B

Tints of Ultramarine #2C119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 155 (60.94% from 255) = 71.76%

R = 20.37%
G = 7.87%
B = 71.76%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C119B (or 0x2C119B) is known color: Ultramarine. HEX triplet: 2C, 11 and 9B. RGB value is (44,17,155). Sum of RGB (Red+Green+Blue) = 44+17+155=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C119B is #D3EE64. Grayscale: #282828. Windows color (decimal): -13889125 or 10162476. OLE color: 10162476.

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

Color convert

RGB 44 17 155 -
CMYK 0.72 0.89 0 0.39
HSL 251.74º 0.8% 0.34% -
HSV(B) 251.74º 0.89% 0.61% -
XYZ 7.16 3.3 31.27 -
YUV 40.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 44 17 155 0.72 0.89 0 0.39 251.74 0.8 0.34
Hex 2C 11 9B 48 59 0 27 FC 50 22
Octal 54 21 233 110 131 0 47 374 120 42
Binary 101100 10001 10011011 1001000 1011001 0 100111 11111100 1010000 100010

Color Harmonies of #2C119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C119B

Black with #2C119B

Text Example


Text Example

White with #2C119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,17,155); }

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

background-color css

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

 a { background-color: rgb(44,17,155); }

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

border-color css

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

 span { border-color: rgb(44,17,155); }

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