#200FAC

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

Shades of Ultramarine #200FAC

Tints of Ultramarine #200FAC

Color information

#200FAC (or 0x200FAC) is unknown color: approx Ultramarine. HEX triplet: 20, 0F and AC. RGB value is (32,15,172). Sum of RGB (Red+Green+Blue) = 32+15+172=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #200FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAC is #DFF053. Grayscale: #252525. Windows color (decimal): -14676052 or 11276064. OLE color: 11276064.

HSL color Cylindrical-coordinate representation of color #200FAC: hue angle of 246.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FAC is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3215172-
CMYK0.810.9100.33
HSL246.5º83.96%36.67%-
HSV(B)246.5º91.28%67.45%-
XYZ8.213.6339.3-
YUV37.98203.63123.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 172 (67.58% from 255) = 78.54%
R=14.61%
G=6.85%
B=78.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32151720.810.9100.33246.583.9636.67
Hex20FAC515B021f65425
Octal401725412113304136612445
Binary100000111110101100101000110110110100001111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200FAC; }

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

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

<style>
 a { background-color: #200FAC; }

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

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

<style>
 span { border-color: #200FAC; }

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

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