#200FAE

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

Shades of Ultramarine #200FAE

Tints of Ultramarine #200FAE

Color information

#200FAE (or 0x200FAE) is unknown color: approx Ultramarine. HEX triplet: 20, 0F and AE. RGB value is (32,15,174). Sum of RGB (Red+Green+Blue) = 32+15+174=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #200FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAE is #DFF051. Grayscale: #252525. Windows color (decimal): -14676050 or 11407136. OLE color: 11407136.

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

Color convert

RGB3215174-
CMYK0.820.9100.32
HSL246.42º84.13%37.06%-
HSV(B)246.42º91.38%68.24%-
XYZ8.413.740.32-
YUV38.21204.63123.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 174 (68.36% from 255) = 78.73%
R=14.48%
G=6.79%
B=78.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32151740.820.9100.32246.4284.1337.06
Hex20FAE525B020f65425
Octal401725612213304036612445
Binary100000111110101110101001010110110100000111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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