#201B8A

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

Shades of Ultramarine #201B8A

Tints of Ultramarine #201B8A

Color information

#201B8A (or 0x201B8A) is unknown color: approx Ultramarine. HEX triplet: 20, 1B and 8A. RGB value is (32,27,138). Sum of RGB (Red+Green+Blue) = 32+27+138=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #201B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B8A is #DFE475. Grayscale: #282828. Windows color (decimal): -14673014 or 9050912. OLE color: 9050912.

HSL color Cylindrical-coordinate representation of color #201B8A: hue angle of 242.7º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201B8A is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3227138-
CMYK0.770.8000.46
HSL242.7º67.27%32.35%-
HSV(B)242.7º80.43%54.12%-
XYZ5.582.9324.32-
YUV41.15182.66121.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=16.24%
G=13.71%
B=70.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32271380.770.8000.46242.767.2732.35
Hex201B8A4D5002Ef34320
Octal403321211512005636310340
Binary1000001101110001010100110110100000101110111100111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,27,138); }

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

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

 a { background-color: rgb(32,27,138); }

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

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

 span { border-color: rgb(32,27,138); }

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