Html Css Color HEX #201195 Ultramarine

📋 copy color: '#201195'

red 32 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #201195

Tints of Ultramarine #201195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 16.16%
G = 8.59%
B = 75.25%

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

#201195 (or 0x201195) is known color: Ultramarine. HEX triplet: 20, 11 and 95. RGB value is (32,17,149). Sum of RGB (Red+Green+Blue) = 32+17+149=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #201195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201195 is #DFEE6A. Grayscale: #242424. Windows color (decimal): -14675563 or 9769248. OLE color: 9769248.

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

Color convert

RGB 32 17 149 -
CMYK 0.79 0.89 0 0.42
HSL 246.82º 0.8% 0.33% -
HSV(B) 246.82º 0.89% 0.58% -
XYZ 6.22 2.88 28.66 -
YUV 36.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 32 17 149 0.79 0.89 0 0.42 246.82 0.8 0.33
Hex 20 11 95 4F 59 0 2A F7 50 21
Octal 40 21 225 117 131 0 52 367 120 41
Binary 100000 10001 10010101 1001111 1011001 0 101010 11110111 1010000 100001

Color Harmonies of #201195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201195

Black with #201195

Text Example


Text Example

White with #201195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201195; }

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

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

background-color css

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

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

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

border-color css

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

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

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