Html Css Color HEX #201689 Ultramarine

📋 copy color: '#201689'

red 32 ◦ green 22 ◦ blue 137

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

Shades of Ultramarine #201689

Tints of Ultramarine #201689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 16.75%
G = 11.52%
B = 71.73%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#201689 (or 0x201689) is known color: Ultramarine. HEX triplet: 20, 16 and 89. RGB value is (32,22,137). Sum of RGB (Red+Green+Blue) = 32+22+137=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #201689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201689 is #DFE976. Grayscale: #252525. Windows color (decimal): -14674295 or 8984096. OLE color: 8984096.

HSL color Cylindrical-coordinate representation of color #201689: hue angle of 245.22º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201689 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 22 137 -
CMYK 0.77 0.84 0 0.46
HSL 245.22º 0.72% 0.31% -
HSV(B) 245.22º 0.84% 0.54% -
XYZ 5.4 2.69 23.9 -
YUV 38.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 32 22 137 0.77 0.84 0 0.46 245.22 0.72 0.31
Hex 20 16 89 4D 54 0 2E F5 48 1F
Octal 40 26 211 115 124 0 56 365 110 37
Binary 100000 10110 10001001 1001101 1010100 0 101110 11110101 1001000 11111

Color Harmonies of #201689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201689

Black with #201689

Text Example


Text Example

White with #201689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201689; }

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

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

background-color css

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

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

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

border-color css

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

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

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