Html Css Color HEX #201095 Ultramarine

📋 copy color: '#201095'

red 32 ◦ green 16 ◦ blue 149

#201095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #201095

Tints of Ultramarine #201095

RGB

 RED value IS 32 (12.89% from 255) = 16.24%

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 149 (58.59% from 255) = 75.63%

R = 16.24%
G = 8.12%
B = 75.63%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201095 (or 0x201095) is known color: Ultramarine. HEX triplet: 20, 10 and 95. RGB value is (32,16,149). Sum of RGB (Red+Green+Blue) = 32+16+149=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #201095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201095 is #DFEF6A. Grayscale: #232323. Windows color (decimal): -14675819 or 9768992. OLE color: 9768992.

HSL color Cylindrical-coordinate representation of color #201095: hue angle of 247.22º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201095 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 16 149 -
CMYK 0.79 0.89 0 0.42
HSL 247.22º 0.81% 0.32% -
HSV(B) 247.22º 0.89% 0.58% -
XYZ 6.21 2.85 28.66 -
YUV 35.95 191.8 125.19 -
System Red Green Blue C M Y K H S L
Decimal 32 16 149 0.79 0.89 0 0.42 247.22 0.81 0.32
Hex 20 10 95 4F 59 0 2A F7 51 20
Octal 40 20 225 117 131 0 52 367 121 40
Binary 100000 10000 10010101 1001111 1011001 0 101010 11110111 1010001 100000

Color Harmonies of #201095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201095

Black with #201095

Text Example


Text Example

White with #201095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201095; }

 p { color: rgb(32,16,149); }

 H1.HeaderClassName
 {
   color: #201095;
 }
 .AnyTagClassName
 {
   color: #201095;
 }
</style>

background-color css

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

 a { background-color: rgb(32,16,149); }

 div.DivClassName
 {
   background-color: #201095;
 }
 .BgClassName
 {
   background-color: #201095;
 }
</style>

border-color css

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

 span { border-color: rgb(32,16,149); }

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