Html Css Color HEX #201489 Ultramarine

📋 copy color: '#201489'

red 32 ◦ green 20 ◦ blue 137

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

Shades of Ultramarine #201489

Tints of Ultramarine #201489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 16.93%
G = 10.58%
B = 72.49%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#201489 (or 0x201489) is known color: Ultramarine. HEX triplet: 20, 14 and 89. RGB value is (32,20,137). Sum of RGB (Red+Green+Blue) = 32+20+137=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #201489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201489 is #DFEB76. Grayscale: #242424. Windows color (decimal): -14674807 or 8983584. OLE color: 8983584.

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

Color convert

RGB 32 20 137 -
CMYK 0.77 0.85 0 0.46
HSL 246.15º 0.75% 0.31% -
HSV(B) 246.15º 0.85% 0.54% -
XYZ 5.36 2.61 23.89 -
YUV 36.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 32 20 137 0.77 0.85 0 0.46 246.15 0.75 0.31
Hex 20 14 89 4D 55 0 2E F6 4B 1F
Octal 40 24 211 115 125 0 56 366 113 37
Binary 100000 10100 10001001 1001101 1010101 0 101110 11110110 1001011 11111

Color Harmonies of #201489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201489

Black with #201489

Text Example


Text Example

White with #201489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201489; }

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

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

background-color css

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

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

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

border-color css

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

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

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