#2F12AC

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

Shades of Ultramarine #2F12AC

Tints of Ultramarine #2F12AC

Color information

#2F12AC (or 0x2F12AC) is unknown color: approx Ultramarine. HEX triplet: 2F, 12 and AC. RGB value is (47,18,172). Sum of RGB (Red+Green+Blue) = 47+18+172=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F12AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F12AC is #D0ED53. Grayscale: #2B2B2B. Windows color (decimal): -13692244 or 11276847. OLE color: 11276847.

HSL color Cylindrical-coordinate representation of color #2F12AC: hue angle of 251.3º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F12AC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4718172-
CMYK0.730.9000.33
HSL251.3º81.05%37.25%-
HSV(B)251.3º89.53%67.45%-
XYZ8.834.0239.34-
YUV44.23200.11129.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 172 (67.58% from 255) = 72.57%
R=19.83%
G=7.59%
B=72.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47181720.730.9000.33251.381.0537.25
Hex2F12AC495A021fb5125
Octal572225411113204137312145
Binary1011111001010101100100100110110100100001111110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,18,172); }

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

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

 a { background-color: rgb(47,18,172); }

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

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

 span { border-color: rgb(47,18,172); }

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