Html Css Color HEX #201D99 Ultramarine

📋 copy color: '#201D99'

red 32 ◦ green 29 ◦ blue 153

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

Shades of Ultramarine #201D99

Tints of Ultramarine #201D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 14.95%
G = 13.55%
B = 71.5%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#201D99 (or 0x201D99) is known color: Ultramarine. HEX triplet: 20, 1D and 99. RGB value is (32,29,153). Sum of RGB (Red+Green+Blue) = 32+29+153=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #201D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201D99 is #DFE266. Grayscale: #2B2B2B. Windows color (decimal): -14672487 or 10034464. OLE color: 10034464.

HSL color Cylindrical-coordinate representation of color #201D99: hue angle of 241.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201D99 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 29 153 -
CMYK 0.79 0.81 0 0.4
HSL 241.45º 0.68% 0.36% -
HSV(B) 241.45º 0.81% 0.6% -
XYZ 6.78 3.49 30.45 -
YUV 44.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 32 29 153 0.79 0.81 0 0.4 241.45 0.68 0.36
Hex 20 1D 99 4F 51 0 28 F1 44 24
Octal 40 35 231 117 121 0 50 361 104 44
Binary 100000 11101 10011001 1001111 1010001 0 101000 11110001 1000100 100100

Color Harmonies of #201D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201D99

Black with #201D99

Text Example


Text Example

White with #201D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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