Html Css Color HEX #201E95 Ultramarine

📋 copy color: '#201E95'

red 32 ◦ green 30 ◦ blue 149

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

Shades of Ultramarine #201E95

Tints of Ultramarine #201E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.62%

R = 15.17%
G = 14.22%
B = 70.62%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201E95 (or 0x201E95) is known color: Ultramarine. HEX triplet: 20, 1E and 95. RGB value is (32,30,149). Sum of RGB (Red+Green+Blue) = 32+30+149=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #201E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E95 is #DFE16A. Grayscale: #2B2B2B. Windows color (decimal): -14672235 or 9772576. OLE color: 9772576.

HSL color Cylindrical-coordinate representation of color #201E95: hue angle of 241.01º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201E95 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 30 149 -
CMYK 0.79 0.80 0 0.42
HSL 241.01º 0.66% 0.35% -
HSV(B) 241.01º 0.8% 0.58% -
XYZ 6.48 3.41 28.75 -
YUV 44.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 32 30 149 0.79 0.80 0 0.42 241.01 0.66 0.35
Hex 20 1E 95 4F 50 0 2A F1 42 23
Octal 40 36 225 117 120 0 52 361 102 43
Binary 100000 11110 10010101 1001111 1010000 0 101010 11110001 1000010 100011

Color Harmonies of #201E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E95

Black with #201E95

Text Example


Text Example

White with #201E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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