#200794

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

Shades of Ultramarine #200794

Tints of Ultramarine #200794

Color information

#200794 (or 0x200794) is unknown color: approx Ultramarine. HEX triplet: 20, 07 and 94. RGB value is (32,7,148). Sum of RGB (Red+Green+Blue) = 32+7+148=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #200794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200794 is #DFF86B. Grayscale: #1E1E1E. Windows color (decimal): -14678124 or 9701152. OLE color: 9701152.

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

Color convert

RGB327148-
CMYK0.780.9500.42
HSL250.64º90.97%30.39%-
HSV(B)250.64º95.27%58.04%-
XYZ6.022.628.2-
YUV30.55194.28129.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=17.11%
G=3.74%
B=79.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3271480.780.9500.42250.6490.9730.39
Hex207944E5F02Afb5b1e
Octal40722411613705237313336
Binary1000001111001010010011101011111010101011111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200794; }

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

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

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

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

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

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

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

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