Html Css Color HEX #2C059C Ultramarine

📋 copy color: '#2C059C'

red 44 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #2C059C

Tints of Ultramarine #2C059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 156 (61.33% from 255) = 76.1%

R = 21.46%
G = 2.44%
B = 76.1%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C059C (or 0x2C059C) is known color: Ultramarine. HEX triplet: 2C, 05 and 9C. RGB value is (44,5,156). Sum of RGB (Red+Green+Blue) = 44+5+156=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C059C is #D3FA63. Grayscale: #212121. Windows color (decimal): -13892196 or 10224940. OLE color: 10224940.

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

Color convert

RGB 44 5 156 -
CMYK 0.72 0.97 0 0.39
HSL 255.5º 0.94% 0.32% -
HSV(B) 255.5º 0.97% 0.61% -
XYZ 7.09 3.04 31.67 -
YUV 33.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 44 5 156 0.72 0.97 0 0.39 255.5 0.94 0.32
Hex 2C 5 9C 48 61 0 27 FF 5E 20
Octal 54 5 234 110 141 0 47 377 136 40
Binary 101100 101 10011100 1001000 1100001 0 100111 11111111 1011110 100000

Color Harmonies of #2C059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C059C

Black with #2C059C

Text Example


Text Example

White with #2C059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,5,156); }

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

background-color css

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

 a { background-color: rgb(44,5,156); }

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

border-color css

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

 span { border-color: rgb(44,5,156); }

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