Html Css Color HEX #201DA9 Ultramarine

📋 copy color: '#201DA9'

red 32 ◦ green 29 ◦ blue 169

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

Shades of Ultramarine #201DA9

Tints of Ultramarine #201DA9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.61%

 BLUE value IS 169 (66.41% from 255) = 73.48%

R = 13.91%
G = 12.61%
B = 73.48%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#201DA9 (or 0x201DA9) is known color: Ultramarine. HEX triplet: 20, 1D and A9. RGB value is (32,29,169). Sum of RGB (Red+Green+Blue) = 32+29+169=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #201DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DA9 is #DFE256. Grayscale: #2D2D2D. Windows color (decimal): -14672471 or 11083040. OLE color: 11083040.

HSL color Cylindrical-coordinate representation of color #201DA9: hue angle of 241.29º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DA9 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 29 169 -
CMYK 0.81 0.83 0 0.34
HSL 241.29º 0.71% 0.39% -
HSV(B) 241.29º 0.83% 0.66% -
XYZ 8.2 4.05 37.89 -
YUV 45.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 32 29 169 0.81 0.83 0 0.34 241.29 0.71 0.39
Hex 20 1D A9 51 53 0 22 F1 47 27
Octal 40 35 251 121 123 0 42 361 107 47
Binary 100000 11101 10101001 1010001 1010011 0 100010 11110001 1000111 100111

Color Harmonies of #201DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DA9

Black with #201DA9

Text Example


Text Example

White with #201DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201DA9; }

 p { color: rgb(32,29,169); }

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

background-color css

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

 a { background-color: rgb(32,29,169); }

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

border-color css

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

 span { border-color: rgb(32,29,169); }

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