#200195

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

Shades of Ultramarine #200195

Tints of Ultramarine #200195

Color information

#200195 (or 0x200195) is unknown color: approx Ultramarine. HEX triplet: 20, 01 and 95. RGB value is (32,1,149). Sum of RGB (Red+Green+Blue) = 32+1+149=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #200195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200195 is #DFFE6A. Grayscale: #1A1A1A. Windows color (decimal): -14679659 or 9765152. OLE color: 9765152.

HSL color Cylindrical-coordinate representation of color #200195: hue angle of 252.57º degrees, saturation: 0.99, 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 #200195 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB321149-
CMYK0.790.9900.42
HSL252.57º98.67%29.41%-
HSV(B)252.57º99.33%58.43%-
XYZ6.032.528.6-
YUV27.14196.77131.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 149 (58.59% from 255) = 81.87%
R=17.58%
G=0.55%
B=81.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3211490.790.9900.42252.5798.6729.41
Hex201954F6302Afd631d
Octal40122511714305237514335
Binary10000011001010110011111100011010101011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200195; }

 p { color: rgb(32,1,149); }

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

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

 a { background-color: rgb(32,1,149); }

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

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

 span { border-color: rgb(32,1,149); }

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