Html Css Color HEX #201397 Ultramarine

📋 copy color: '#201397'

red 32 ◦ green 19 ◦ blue 151

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

Shades of Ultramarine #201397

Tints of Ultramarine #201397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 151 (59.38% from 255) = 74.75%

R = 15.84%
G = 9.41%
B = 74.75%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#201397 (or 0x201397) is known color: Ultramarine. HEX triplet: 20, 13 and 97. RGB value is (32,19,151). Sum of RGB (Red+Green+Blue) = 32+19+151=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #201397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201397 is #DFEC68. Grayscale: #252525. Windows color (decimal): -14675049 or 9900832. OLE color: 9900832.

HSL color Cylindrical-coordinate representation of color #201397: hue angle of 245.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201397 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 19 151 -
CMYK 0.79 0.87 0 0.41
HSL 245.91º 0.78% 0.33% -
HSV(B) 245.91º 0.87% 0.59% -
XYZ 6.41 3.01 29.52 -
YUV 37.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 32 19 151 0.79 0.87 0 0.41 245.91 0.78 0.33
Hex 20 13 97 4F 57 0 29 F6 4E 21
Octal 40 23 227 117 127 0 51 366 116 41
Binary 100000 10011 10010111 1001111 1010111 0 101001 11110110 1001110 100001

Color Harmonies of #201397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201397

Black with #201397

Text Example


Text Example

White with #201397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201397; }

 p { color: rgb(32,19,151); }

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

background-color css

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

 a { background-color: rgb(32,19,151); }

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

border-color css

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

 span { border-color: rgb(32,19,151); }

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