#201C9D

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

Shades of Ultramarine #201C9D

Tints of Ultramarine #201C9D

Color information

#201C9D (or 0x201C9D) is unknown color: approx Ultramarine. HEX triplet: 20, 1C and 9D. RGB value is (32,28,157). Sum of RGB (Red+Green+Blue) = 32+28+157=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #201C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C9D is #DFE362. Grayscale: #2B2B2B. Windows color (decimal): -14672739 or 10296352. OLE color: 10296352.

HSL color Cylindrical-coordinate representation of color #201C9D: hue angle of 241.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201C9D is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3228157-
CMYK0.800.8200.38
HSL241.86º69.73%36.27%-
HSV(B)241.86º82.17%61.57%-
XYZ7.13.5732.21-
YUV43.9191.83119.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 157 (61.72% from 255) = 72.35%
R=14.75%
G=12.90%
B=72.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32281570.800.8200.38241.8669.7336.27
Hex201C9D5052026f24624
Octal403423512012204636210644
Binary1000001110010011101101000010100100100110111100101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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