Html Css Color HEX #2C129B Ultramarine

📋 copy color: '#2C129B'

red 44 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #2C129B

Tints of Ultramarine #2C129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

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

R = 20.28%
G = 8.29%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C129B (or 0x2C129B) is known color: Ultramarine. HEX triplet: 2C, 12 and 9B. RGB value is (44,18,155). Sum of RGB (Red+Green+Blue) = 44+18+155=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C129B is #D3ED64. Grayscale: #282828. Windows color (decimal): -13888869 or 10162732. OLE color: 10162732.

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

Color convert

RGB 44 18 155 -
CMYK 0.72 0.88 0 0.39
HSL 251.39º 0.79% 0.34% -
HSV(B) 251.39º 0.88% 0.61% -
XYZ 7.17 3.33 31.28 -
YUV 41.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 44 18 155 0.72 0.88 0 0.39 251.39 0.79 0.34
Hex 2C 12 9B 48 58 0 27 FB 4F 22
Octal 54 22 233 110 130 0 47 373 117 42
Binary 101100 10010 10011011 1001000 1011000 0 100111 11111011 1001111 100010

Color Harmonies of #2C129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C129B

Black with #2C129B

Text Example


Text Example

White with #2C129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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