Html Css Color HEX #2C13B1 Ultramarine

📋 copy color: '#2C13B1'

red 44 ◦ green 19 ◦ blue 177

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

Shades of Ultramarine #2C13B1

Tints of Ultramarine #2C13B1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 177 (69.53% from 255) = 73.75%

R = 18.33%
G = 7.92%
B = 73.75%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2C13B1 (or 0x2C13B1) is known color: Ultramarine. HEX triplet: 2C, 13 and B1. RGB value is (44,19,177). Sum of RGB (Red+Green+Blue) = 44+19+177=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C13B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C13B1 is #D3EC4E. Grayscale: #2B2B2B. Windows color (decimal): -13888591 or 11604780. OLE color: 11604780.

HSL color Cylindrical-coordinate representation of color #2C13B1: hue angle of 249.49º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C13B1 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 19 177 -
CMYK 0.75 0.89 0 0.31
HSL 249.49º 0.81% 0.38% -
HSV(B) 249.49º 0.89% 0.69% -
XYZ 9.21 4.18 41.92 -
YUV 44.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 44 19 177 0.75 0.89 0 0.31 249.49 0.81 0.38
Hex 2C 13 B1 4B 59 0 1F F9 51 26
Octal 54 23 261 113 131 0 37 371 121 46
Binary 101100 10011 10110001 1001011 1011001 0 11111 11111001 1010001 100110

Color Harmonies of #2C13B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C13B1

Black with #2C13B1

Text Example


Text Example

White with #2C13B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,19,177); }

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

background-color css

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

 a { background-color: rgb(44,19,177); }

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

border-color css

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

 span { border-color: rgb(44,19,177); }

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