Html Css Color HEX #201889 Ultramarine

📋 copy color: '#201889'

red 32 ◦ green 24 ◦ blue 137

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

Shades of Ultramarine #201889

Tints of Ultramarine #201889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 16.58%
G = 12.44%
B = 70.98%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#201889 (or 0x201889) is known color: Ultramarine. HEX triplet: 20, 18 and 89. RGB value is (32,24,137). Sum of RGB (Red+Green+Blue) = 32+24+137=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #201889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201889 is #DFE776. Grayscale: #262626. Windows color (decimal): -14673783 or 8984608. OLE color: 8984608.

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

Color convert

RGB 32 24 137 -
CMYK 0.77 0.82 0 0.46
HSL 244.25º 0.7% 0.32% -
HSV(B) 244.25º 0.82% 0.54% -
XYZ 5.44 2.77 23.91 -
YUV 39.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 32 24 137 0.77 0.82 0 0.46 244.25 0.7 0.32
Hex 20 18 89 4D 52 0 2E F4 46 20
Octal 40 30 211 115 122 0 56 364 106 40
Binary 100000 11000 10001001 1001101 1010010 0 101110 11110100 1000110 100000

Color Harmonies of #201889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201889

Black with #201889

Text Example


Text Example

White with #201889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201889; }

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

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

background-color css

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

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

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

border-color css

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

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

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