#2c0cad

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

Shades of Ultramarine #2C0CAD

Tints of Ultramarine #2C0CAD

Color information

#2C0CAD (or 0x2C0CAD) is unknown color: approx Ultramarine. HEX triplet: 2C, 0C and AD. RGB value is (44,12,173). Sum of RGB (Red+Green+Blue) = 44+12+173=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C0CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0CAD is #D3F352. Grayscale: #272727. Windows color (decimal): -13890387 or 11340844. OLE color: 11340844.

HSL color Cylindrical-coordinate representation of color #2C0CAD: hue angle of 251.93º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0CAD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4412173-
CMYK0.750.9300.32
HSL251.93º87.03%36.27%-
HSV(B)251.93º93.06%67.84%-
XYZ8.713.8239.81-
YUV39.92203.1130.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 173 (67.97% from 255) = 75.55%
R=19.21%
G=5.24%
B=75.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44121730.750.9300.32251.9387.0336.27
Hex2CCAD4B5D020fc5724
Octal541425511313504037412744
Binary101100110010101101100101110111010100000111111001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c0cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,12,173); }

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

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

 a { background-color: rgb(44,12,173); }

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

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

 span { border-color: rgb(44,12,173); }

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