Html Css Color HEX #201E99 Ultramarine

📋 copy color: '#201E99'

red 32 ◦ green 30 ◦ blue 153

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

Shades of Ultramarine #201E99

Tints of Ultramarine #201E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

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

R = 14.88%
G = 13.95%
B = 71.16%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#201E99 (or 0x201E99) is known color: Ultramarine. HEX triplet: 20, 1E and 99. RGB value is (32,30,153). Sum of RGB (Red+Green+Blue) = 32+30+153=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #201E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E99 is #DFE166. Grayscale: #2C2C2C. Windows color (decimal): -14672231 or 10034720. OLE color: 10034720.

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

Color convert

RGB 32 30 153 -
CMYK 0.79 0.80 0 0.4
HSL 240.98º 0.67% 0.36% -
HSV(B) 240.98º 0.8% 0.6% -
XYZ 6.81 3.54 30.46 -
YUV 44.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 32 30 153 0.79 0.80 0 0.4 240.98 0.67 0.36
Hex 20 1E 99 4F 50 0 28 F1 43 24
Octal 40 36 231 117 120 0 50 361 103 44
Binary 100000 11110 10011001 1001111 1010000 0 101000 11110001 1000011 100100

Color Harmonies of #201E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E99

Black with #201E99

Text Example


Text Example

White with #201E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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