#201B90

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

Shades of Ultramarine #201B90

Tints of Ultramarine #201B90

Color information

#201B90 (or 0x201B90) is unknown color: approx Ultramarine. HEX triplet: 20, 1B and 90. RGB value is (32,27,144). Sum of RGB (Red+Green+Blue) = 32+27+144=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #201B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B90 is #DFE46F. Grayscale: #292929. Windows color (decimal): -14673008 or 9444128. OLE color: 9444128.

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

Color convert

RGB3227144-
CMYK0.780.8100.44
HSL242.56º68.42%33.53%-
HSV(B)242.56º81.25%56.47%-
XYZ6.023.126.67-
YUV41.83185.66120.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 144 (56.64% from 255) = 70.94%
R=15.76%
G=13.30%
B=70.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32271440.780.8100.44242.5668.4233.53
Hex201B904E5102Cf34422
Octal403322011612105436310442
Binary1000001101110010000100111010100010101100111100111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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