Html Css Color HEX #201198 Ultramarine

📋 copy color: '#201198'

red 32 ◦ green 17 ◦ blue 152

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

Shades of Ultramarine #201198

Tints of Ultramarine #201198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 75.62%

R = 15.92%
G = 8.46%
B = 75.62%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#201198 (or 0x201198) is known color: Ultramarine. HEX triplet: 20, 11 and 98. RGB value is (32,17,152). Sum of RGB (Red+Green+Blue) = 32+17+152=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #201198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201198 is #DFEE67. Grayscale: #242424. Windows color (decimal): -14675560 or 9965856. OLE color: 9965856.

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

Color convert

RGB 32 17 152 -
CMYK 0.79 0.89 0 0.40
HSL 246.67º 0.8% 0.33% -
HSV(B) 246.67º 0.89% 0.6% -
XYZ 6.46 2.97 29.94 -
YUV 36.88 192.97 124.52 -
System Red Green Blue C M Y K H S L
Decimal 32 17 152 0.79 0.89 0 0.40 246.67 0.8 0.33
Hex 20 11 98 4F 59 0 28 F7 50 21
Octal 40 21 230 117 131 0 50 367 120 41
Binary 100000 10001 10011000 1001111 1011001 0 101000 11110111 1010000 100001

Color Harmonies of #201198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201198

Black with #201198

Text Example


Text Example

White with #201198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201198; }

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

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

background-color css

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

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

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

border-color css

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

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

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