Html Css Color HEX #201699 Ultramarine

📋 copy color: '#201699'

red 32 ◦ green 22 ◦ blue 153

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

Shades of Ultramarine #201699

Tints of Ultramarine #201699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 15.46%
G = 10.63%
B = 73.91%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#201699 (or 0x201699) is known color: Ultramarine. HEX triplet: 20, 16 and 99. RGB value is (32,22,153). Sum of RGB (Red+Green+Blue) = 32+22+153=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #201699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201699 is #DFE966. Grayscale: #272727. Windows color (decimal): -14674279 or 10032672. OLE color: 10032672.

HSL color Cylindrical-coordinate representation of color #201699: hue angle of 244.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201699 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 22 153 -
CMYK 0.79 0.86 0 0.4
HSL 244.58º 0.75% 0.34% -
HSV(B) 244.58º 0.86% 0.6% -
XYZ 6.63 3.18 30.4 -
YUV 39.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 32 22 153 0.79 0.86 0 0.4 244.58 0.75 0.34
Hex 20 16 99 4F 56 0 28 F5 4B 22
Octal 40 26 231 117 126 0 50 365 113 42
Binary 100000 10110 10011001 1001111 1010110 0 101000 11110101 1001011 100010

Color Harmonies of #201699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201699

Black with #201699

Text Example


Text Example

White with #201699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201699; }

 p { color: rgb(32,22,153); }

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

background-color css

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

 a { background-color: rgb(32,22,153); }

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

border-color css

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

 span { border-color: rgb(32,22,153); }

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