Html Css Color HEX #201989 Ultramarine

📋 copy color: '#201989'

red 32 ◦ green 25 ◦ blue 137

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

Shades of Ultramarine #201989

Tints of Ultramarine #201989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 16.49%
G = 12.89%
B = 70.62%

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

#201989 (or 0x201989) is known color: Ultramarine. HEX triplet: 20, 19 and 89. RGB value is (32,25,137). Sum of RGB (Red+Green+Blue) = 32+25+137=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #201989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201989 is #DFE676. Grayscale: #272727. Windows color (decimal): -14673527 or 8984864. OLE color: 8984864.

HSL color Cylindrical-coordinate representation of color #201989: hue angle of 243.75º degrees, saturation: 0.69, 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 #201989 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 25 137 -
CMYK 0.77 0.82 0 0.46
HSL 243.75º 0.69% 0.32% -
HSV(B) 243.75º 0.82% 0.54% -
XYZ 5.46 2.81 23.92 -
YUV 39.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 32 25 137 0.77 0.82 0 0.46 243.75 0.69 0.32
Hex 20 19 89 4D 52 0 2E F4 45 20
Octal 40 31 211 115 122 0 56 364 105 40
Binary 100000 11001 10001001 1001101 1010010 0 101110 11110100 1000101 100000

Color Harmonies of #201989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201989

Black with #201989

Text Example


Text Example

White with #201989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201989; }

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

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

background-color css

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

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

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

border-color css

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

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

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