Html Css Color HEX #2C059B Ultramarine

📋 copy color: '#2C059B'

red 44 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #2C059B

Tints of Ultramarine #2C059B

RGB

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

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

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

R = 21.57%
G = 2.45%
B = 75.98%

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

#2C059B (or 0x2C059B) is known color: Ultramarine. HEX triplet: 2C, 05 and 9B. RGB value is (44,5,155). Sum of RGB (Red+Green+Blue) = 44+5+155=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C059B is #D3FA64. Grayscale: #212121. Windows color (decimal): -13892197 or 10159404. OLE color: 10159404.

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

Color convert

RGB 44 5 155 -
CMYK 0.72 0.97 0 0.39
HSL 255.6º 0.94% 0.31% -
HSV(B) 255.6º 0.97% 0.61% -
XYZ 7.01 3.01 31.22 -
YUV 33.76 196.42 135.3 -
System Red Green Blue C M Y K H S L
Decimal 44 5 155 0.72 0.97 0 0.39 255.6 0.94 0.31
Hex 2C 5 9B 48 61 0 27 100 5E 1F
Octal 54 5 233 110 141 0 47 400 136 37
Binary 101100 101 10011011 1001000 1100001 0 100111 100000000 1011110 11111

Color Harmonies of #2C059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C059B

Black with #2C059B

Text Example


Text Example

White with #2C059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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