#200F9C

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

Shades of Ultramarine #200F9C

Tints of Ultramarine #200F9C

Color information

#200F9C (or 0x200F9C) is unknown color: approx Ultramarine. HEX triplet: 20, 0F and 9C. RGB value is (32,15,156). Sum of RGB (Red+Green+Blue) = 32+15+156=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #200F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F9C is #DFF063. Grayscale: #232323. Windows color (decimal): -14676068 or 10227488. OLE color: 10227488.

HSL color Cylindrical-coordinate representation of color #200F9C: hue angle of 247.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200F9C is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3215156-
CMYK0.790.9000.39
HSL247.23º82.46%33.53%-
HSV(B)247.23º90.38%61.18%-
XYZ6.773.0531.68-
YUV36.16195.63125.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=15.76%
G=7.39%
B=76.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32151560.790.9000.39247.2382.4633.53
Hex20F9C4F5A027f75222
Octal401723411713204736712242
Binary100000111110011100100111110110100100111111101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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