#2C13A4

Color #2C13A4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2C13A4

Tints of Ultramarine #2C13A4

Color information

#2C13A4 (or 0x2C13A4) is unknown color: approx Ultramarine. HEX triplet: 2C, 13 and A4. RGB value is (44,19,164). Sum of RGB (Red+Green+Blue) = 44+19+164=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #2C13A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C13A4 is #D3EC5B. Grayscale: #2A2A2A. Windows color (decimal): -13888604 or 10752812. OLE color: 10752812.

HSL color Cylindrical-coordinate representation of color #2C13A4: hue angle of 250.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C13A4 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4419164-
CMYK0.730.8800.36
HSL250.34º79.23%35.88%-
HSV(B)250.34º88.41%64.31%-
XYZ7.973.6835.41-
YUV43196.28128.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=19.38%
G=8.37%
B=72.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44191640.730.8800.36250.3479.2335.88
Hex2C13A44958024fa4f24
Octal542324411113004437211744
Binary1011001001110100100100100110110000100100111110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C13A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C13A4;
 }
 .AnyTagClassName
 {
   color: #2C13A4;
 }
</style>
background-color css

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

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

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

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

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

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