#2007AC

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

Shades of Ultramarine #2007AC

Tints of Ultramarine #2007AC

Color information

#2007AC (or 0x2007AC) is unknown color: approx Ultramarine. HEX triplet: 20, 07 and AC. RGB value is (32,7,172). Sum of RGB (Red+Green+Blue) = 32+7+172=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #2007AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2007AC is #DFF853. Grayscale: #202020. Windows color (decimal): -14678100 or 11274016. OLE color: 11274016.

HSL color Cylindrical-coordinate representation of color #2007AC: hue angle of 249.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2007AC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB327172-
CMYK0.810.9600.33
HSL249.09º92.18%35.1%-
HSV(B)249.09º95.93%67.45%-
XYZ8.123.4439.27-
YUV33.28206.28127.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 172 (67.58% from 255) = 81.52%
R=15.17%
G=3.32%
B=81.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3271720.810.9600.33249.0992.1835.1
Hex207AC5160021f95c23
Octal40725412114004137113443
Binary10000011110101100101000111000000100001111110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2007AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2007AC; }

 p { color: rgb(32,7,172); }

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

<style>
 a { background-color: #2007AC; }

 a { background-color: rgb(32,7,172); }

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

<style>
 span { border-color: #2007AC; }

 span { border-color: rgb(32,7,172); }

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