Html Css Color HEX #2C199B Ultramarine

📋 copy color: '#2C199B'

red 44 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #2C199B

Tints of Ultramarine #2C199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 19.64%
G = 11.16%
B = 69.2%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C199B (or 0x2C199B) is known color: Ultramarine. HEX triplet: 2C, 19 and 9B. RGB value is (44,25,155). Sum of RGB (Red+Green+Blue) = 44+25+155=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C199B is #D3E664. Grayscale: #2D2D2D. Windows color (decimal): -13887077 or 10164524. OLE color: 10164524.

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

Color convert

RGB 44 25 155 -
CMYK 0.72 0.84 0 0.39
HSL 248.77º 0.72% 0.35% -
HSV(B) 248.77º 0.84% 0.61% -
XYZ 7.3 3.6 31.32 -
YUV 45.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 44 25 155 0.72 0.84 0 0.39 248.77 0.72 0.35
Hex 2C 19 9B 48 54 0 27 F9 48 23
Octal 54 31 233 110 124 0 47 371 110 43
Binary 101100 11001 10011011 1001000 1010100 0 100111 11111001 1001000 100011

Color Harmonies of #2C199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C199B

Black with #2C199B

Text Example


Text Example

White with #2C199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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