#200F98

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

Shades of Ultramarine #200F98

Tints of Ultramarine #200F98

Color information

#200F98 (or 0x200F98) is unknown color: approx Ultramarine. HEX triplet: 20, 0F and 98. RGB value is (32,15,152). Sum of RGB (Red+Green+Blue) = 32+15+152=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #200F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200F98 is #DFF067. Grayscale: #232323. Windows color (decimal): -14676072 or 9965344. OLE color: 9965344.

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

Color convert

RGB3215152-
CMYK0.790.9000.40
HSL247.45º82.04%32.75%-
HSV(B)247.45º90.13%59.61%-
XYZ6.432.9229.93-
YUV35.7193.63125.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 152 (59.77% from 255) = 76.38%
R=16.08%
G=7.54%
B=76.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32151520.790.9000.40247.4582.0432.75
Hex20F984F5A028f75221
Octal401723011713205036712241
Binary100000111110011000100111110110100101000111101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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