#200E88

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

Shades of Ultramarine #200E88

Tints of Ultramarine #200E88

Color information

#200E88 (or 0x200E88) is unknown color: approx Ultramarine. HEX triplet: 20, 0E and 88. RGB value is (32,14,136). Sum of RGB (Red+Green+Blue) = 32+14+136=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 136 (53.52% from 255 or 74.73% from 182); Max value from RGB is 136 - color contains mainly: blue. Hex color #200E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E88 is #DFF177. Grayscale: #202020. Windows color (decimal): -14676344 or 8916512. OLE color: 8916512.

HSL color Cylindrical-coordinate representation of color #200E88: hue angle of 248.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200E88 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3214136-
CMYK0.760.9000.47
HSL248.85º81.33%29.41%-
HSV(B)248.85º89.71%53.33%-
XYZ5.22.423.48-
YUV33.29185.96127.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 14 (5.86% from 255) = 7.69%
BLUE value IS 136 (53.52% from 255) = 74.73%
R=17.58%
G=7.69%
B=74.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32141360.760.9000.47248.8581.3329.41
Hex20E884C5A02Ff9511d
Octal401621011413205737112135
Binary10000011101000100010011001011010010111111111001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,136); }

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

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

 a { background-color: rgb(32,14,136); }

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

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

 span { border-color: rgb(32,14,136); }

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