#201c94

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

Shades of Ultramarine #201C94

Tints of Ultramarine #201C94

Color information

#201C94 (or 0x201C94) is unknown color: approx Ultramarine. HEX triplet: 20, 1C and 94. RGB value is (32,28,148). Sum of RGB (Red+Green+Blue) = 32+28+148=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #201C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C94 is #DFE36B. Grayscale: #2A2A2A. Windows color (decimal): -14672748 or 9706528. OLE color: 9706528.

HSL color Cylindrical-coordinate representation of color #201C94: hue angle of 242º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201C94 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3228148-
CMYK0.780.8100.42
HSL242º68.18%34.51%-
HSV(B)242º81.08%58.04%-
XYZ6.363.2828.31-
YUV42.88187.33120.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 148 (58.20% from 255) = 71.15%
R=15.38%
G=13.46%
B=71.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32281480.780.8100.4224268.1834.51
Hex201C944E5102Af24423
Octal403422411612105236210443
Binary1000001110010010100100111010100010101010111100101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201c94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201c94; }

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

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

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

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

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

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

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

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