Html Css Color HEX #201D9D Ultramarine

📋 copy color: '#201D9D'

red 32 ◦ green 29 ◦ blue 157

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

Shades of Ultramarine #201D9D

Tints of Ultramarine #201D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 14.68%
G = 13.3%
B = 72.02%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#201D9D (or 0x201D9D) is known color: Ultramarine. HEX triplet: 20, 1D and 9D. RGB value is (32,29,157). Sum of RGB (Red+Green+Blue) = 32+29+157=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #201D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D9D is #DFE262. Grayscale: #2B2B2B. Windows color (decimal): -14672483 or 10296608. OLE color: 10296608.

HSL color Cylindrical-coordinate representation of color #201D9D: hue angle of 241.41º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201D9D is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 29 157 -
CMYK 0.80 0.82 0 0.38
HSL 241.41º 0.69% 0.36% -
HSV(B) 241.41º 0.82% 0.62% -
XYZ 7.12 3.62 32.22 -
YUV 44.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 32 29 157 0.80 0.82 0 0.38 241.41 0.69 0.36
Hex 20 1D 9D 50 52 0 26 F1 45 24
Octal 40 35 235 120 122 0 46 361 105 44
Binary 100000 11101 10011101 1010000 1010010 0 100110 11110001 1000101 100100

Color Harmonies of #201D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D9D

Black with #201D9D

Text Example


Text Example

White with #201D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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