Html Css Color HEX #201E8C Ultramarine

📋 copy color: '#201E8C'

red 32 ◦ green 30 ◦ blue 140

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

Shades of Ultramarine #201E8C

Tints of Ultramarine #201E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 15.84%
G = 14.85%
B = 69.31%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#201E8C (or 0x201E8C) is known color: Ultramarine. HEX triplet: 20, 1E and 8C. RGB value is (32,30,140). Sum of RGB (Red+Green+Blue) = 32+30+140=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #201E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E8C is #DFE173. Grayscale: #2A2A2A. Windows color (decimal): -14672244 or 9182752. OLE color: 9182752.

HSL color Cylindrical-coordinate representation of color #201E8C: hue angle of 241.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201E8C is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 30 140 -
CMYK 0.77 0.79 0 0.45
HSL 241.09º 0.65% 0.33% -
HSV(B) 241.09º 0.79% 0.55% -
XYZ 5.79 3.13 25.11 -
YUV 43.14 182.66 120.06 -
System Red Green Blue C M Y K H S L
Decimal 32 30 140 0.77 0.79 0 0.45 241.09 0.65 0.33
Hex 20 1E 8C 4D 4F 0 2D F1 41 21
Octal 40 36 214 115 117 0 55 361 101 41
Binary 100000 11110 10001100 1001101 1001111 0 101101 11110001 1000001 100001

Color Harmonies of #201E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201E8C

Black with #201E8C

Text Example


Text Example

White with #201E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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