#2C0CBA

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

Shades of Ultramarine #2C0CBA

Tints of Ultramarine #2C0CBA

Color information

#2C0CBA (or 0x2C0CBA) is unknown color: approx Ultramarine. HEX triplet: 2C, 0C and BA. RGB value is (44,12,186). Sum of RGB (Red+Green+Blue) = 44+12+186=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C0CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CBA is #D3F345. Grayscale: #282828. Windows color (decimal): -13890374 or 12192812. OLE color: 12192812.

HSL color Cylindrical-coordinate representation of color #2C0CBA: hue angle of 251.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0CBA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4412186-
CMYK0.760.9400.27
HSL251.03º87.88%38.82%-
HSV(B)251.03º93.55%72.94%-
XYZ10.034.3446.76-
YUV41.4209.6129.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=18.18%
G=4.96%
B=76.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44121860.760.9400.27251.0387.8838.82
Hex2CCBA4C5E01Bfb5827
Octal541427211413603337313047
Binary10110011001011101010011001011110011011111110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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