Html Css Color HEX #201993 Ultramarine

📋 copy color: '#201993'

red 32 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #201993

Tints of Ultramarine #201993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 147 (57.81% from 255) = 72.06%

R = 15.69%
G = 12.25%
B = 72.06%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201993 (or 0x201993) is known color: Ultramarine. HEX triplet: 20, 19 and 93. RGB value is (32,25,147). Sum of RGB (Red+Green+Blue) = 32+25+147=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #201993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201993 is #DFE66C. Grayscale: #282828. Windows color (decimal): -14673517 or 9640224. OLE color: 9640224.

HSL color Cylindrical-coordinate representation of color #201993: hue angle of 243.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201993 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 25 147 -
CMYK 0.78 0.83 0 0.42
HSL 243.44º 0.71% 0.34% -
HSV(B) 243.44º 0.83% 0.58% -
XYZ 6.21 3.11 27.88 -
YUV 41 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 32 25 147 0.78 0.83 0 0.42 243.44 0.71 0.34
Hex 20 19 93 4E 53 0 2A F3 47 22
Octal 40 31 223 116 123 0 52 363 107 42
Binary 100000 11001 10010011 1001110 1010011 0 101010 11110011 1000111 100010

Color Harmonies of #201993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201993

Black with #201993

Text Example


Text Example

White with #201993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201993; }

 p { color: rgb(32,25,147); }

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

background-color css

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

 a { background-color: rgb(32,25,147); }

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

border-color css

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

 span { border-color: rgb(32,25,147); }

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