#200294

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

Shades of Ultramarine #200294

Tints of Ultramarine #200294

Color information

#200294 (or 0x200294) is unknown color: approx Ultramarine. HEX triplet: 20, 02 and 94. RGB value is (32,2,148). Sum of RGB (Red+Green+Blue) = 32+2+148=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #200294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200294 is #DFFD6B. Grayscale: #1B1B1B. Windows color (decimal): -14679404 or 9699872. OLE color: 9699872.

HSL color Cylindrical-coordinate representation of color #200294: hue angle of 252.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200294 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB322148-
CMYK0.780.9900.42
HSL252.33º97.33%29.41%-
HSV(B)252.33º98.65%58.04%-
XYZ5.962.4928.18-
YUV27.61195.94131.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 148 (58.20% from 255) = 81.32%
R=17.58%
G=1.10%
B=81.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3221480.780.9900.42252.3397.3329.41
Hex202944E6302Afc611d
Octal40222411614305237414135
Binary100000101001010010011101100011010101011111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200294; }

 p { color: rgb(32,2,148); }

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

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

 a { background-color: rgb(32,2,148); }

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

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

 span { border-color: rgb(32,2,148); }

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