Html Css Color HEX #201F99 Ultramarine

📋 copy color: '#201F99'

red 32 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #201F99

Tints of Ultramarine #201F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.35%

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

R = 14.81%
G = 14.35%
B = 70.83%

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

#201F99 (or 0x201F99) is known color: Ultramarine. HEX triplet: 20, 1F and 99. RGB value is (32,31,153). Sum of RGB (Red+Green+Blue) = 32+31+153=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #201F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201F99 is #DFE066. Grayscale: #2C2C2C. Windows color (decimal): -14671975 or 10034976. OLE color: 10034976.

HSL color Cylindrical-coordinate representation of color #201F99: hue angle of 240.49º degrees, saturation: 0.66, 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 #201F99 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 31 153 -
CMYK 0.79 0.80 0 0.4
HSL 240.49º 0.66% 0.36% -
HSV(B) 240.49º 0.8% 0.6% -
XYZ 6.84 3.59 30.47 -
YUV 45.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 32 31 153 0.79 0.80 0 0.4 240.49 0.66 0.36
Hex 20 1F 99 4F 50 0 28 F0 42 24
Octal 40 37 231 117 120 0 50 360 102 44
Binary 100000 11111 10011001 1001111 1010000 0 101000 11110000 1000010 100100

Color Harmonies of #201F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201F99

Black with #201F99

Text Example


Text Example

White with #201F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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