Html Css Color HEX #201194 Ultramarine

📋 copy color: '#201194'

red 32 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #201194

Tints of Ultramarine #201194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 16.24%
G = 8.63%
B = 75.13%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201194 (or 0x201194) is known color: Ultramarine. HEX triplet: 20, 11 and 94. RGB value is (32,17,148). Sum of RGB (Red+Green+Blue) = 32+17+148=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #201194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201194 is #DFEE6B. Grayscale: #232323. Windows color (decimal): -14675564 or 9703712. OLE color: 9703712.

HSL color Cylindrical-coordinate representation of color #201194: hue angle of 246.87º degrees, saturation: 0.79, 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 #201194 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 17 148 -
CMYK 0.78 0.89 0 0.42
HSL 246.87º 0.79% 0.32% -
HSV(B) 246.87º 0.89% 0.58% -
XYZ 6.14 2.85 28.24 -
YUV 36.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 32 17 148 0.78 0.89 0 0.42 246.87 0.79 0.32
Hex 20 11 94 4E 59 0 2A F7 4F 20
Octal 40 21 224 116 131 0 52 367 117 40
Binary 100000 10001 10010100 1001110 1011001 0 101010 11110111 1001111 100000

Color Harmonies of #201194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201194

Black with #201194

Text Example


Text Example

White with #201194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201194; }

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

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

background-color css

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

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

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

border-color css

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

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

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