#201B8B

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

Shades of Ultramarine #201B8B

Tints of Ultramarine #201B8B

Color information

#201B8B (or 0x201B8B) is unknown color: approx Ultramarine. HEX triplet: 20, 1B and 8B. RGB value is (32,27,139). Sum of RGB (Red+Green+Blue) = 32+27+139=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #201B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B8B is #DFE474. Grayscale: #282828. Windows color (decimal): -14673013 or 9116448. OLE color: 9116448.

HSL color Cylindrical-coordinate representation of color #201B8B: hue angle of 242.68º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201B8B is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3227139-
CMYK0.770.8100.45
HSL242.68º67.47%32.55%-
HSV(B)242.68º80.58%54.51%-
XYZ5.652.9624.7-
YUV41.26183.16121.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 139 (54.69% from 255) = 70.20%
R=16.16%
G=13.64%
B=70.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32271390.770.8100.45242.6867.4732.55
Hex201B8B4D5102Df34321
Octal403321311512105536310341
Binary1000001101110001011100110110100010101101111100111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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