#201B94

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

Shades of Ultramarine #201B94

Tints of Ultramarine #201B94

Color information

#201B94 (or 0x201B94) is unknown color: approx Ultramarine. HEX triplet: 20, 1B and 94. RGB value is (32,27,148). Sum of RGB (Red+Green+Blue) = 32+27+148=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #201B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B94 is #DFE46B. Grayscale: #292929. Windows color (decimal): -14673004 or 9706272. OLE color: 9706272.

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

Color convert

RGB3227148-
CMYK0.780.8200.42
HSL242.48º69.14%34.31%-
HSV(B)242.48º81.76%58.04%-
XYZ6.333.2328.31-
YUV42.29187.66120.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 148 (58.20% from 255) = 71.50%
R=15.46%
G=13.04%
B=71.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32271480.780.8200.42242.4869.1434.31
Hex201B944E5202Af24522
Octal403322411612205236210542
Binary1000001101110010100100111010100100101010111100101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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